#EF48C7

Color #EF48C7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EF48C7

Tints of Razzle Dazzle Rose #EF48C7

Color information

#EF48C7 (or 0xEF48C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 48 and C7. RGB value is (239,72,199). Sum of RGB (Red+Green+Blue) = 239+72+199=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF48C7 is #10B738. Grayscale: #888888. Windows color (decimal): -1095481 or 13060335. OLE color: 13060335.

HSL color Cylindrical-coordinate representation of color #EF48C7: hue angle of 314.37º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF48C7 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB23972199-
CMYK00.700.170.06
HSL314.37º83.92%60.98%-
HSV(B)314.37º69.87%93.73%-
XYZ48.2227.1156.72-
YUV136.41163.33201.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 72 (28.52% from 255) = 14.12%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=46.86%
G=14.12%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397219900.700.170.06314.3783.9260.98
HexEF48C704611613a543d
Octal357110307010621647212475
Binary1110111110010001100011101000110100011101001110101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF48C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF48C7; }

 p { color: rgb(239,72,199); }

 H1.HeaderClassName
 {
   color: #EF48C7;
 }
 .AnyTagClassName
 {
   color: #EF48C7;
 }
</style>
background-color css

<style>
 a { background-color: #EF48C7; }

 a { background-color: rgb(239,72,199); }

 div.DivClassName
 {
   background-color: #EF48C7;
 }
 .BgClassName
 {
   background-color: #EF48C7;
 }
</style>
border-color css

<style>
 span { border-color: #EF48C7; }

 span { border-color: rgb(239,72,199); }

 td.TdClassName
 {
   border-color: #EF48C7;
 }
 .TagClassName
 {
   border-color: #EF48C7;
 }
</style>