#EF3FD5

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

Shades of Razzle Dazzle Rose #EF3FD5

Tints of Razzle Dazzle Rose #EF3FD5

Color information

#EF3FD5 (or 0xEF3FD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3F and D5. RGB value is (239,63,213). Sum of RGB (Red+Green+Blue) = 239+63+213=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 63 (25% from 255 or 12.23% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FD5 is #10C02A. Grayscale: #848484. Windows color (decimal): -1097771 or 13975535. OLE color: 13975535.

HSL color Cylindrical-coordinate representation of color #EF3FD5: hue angle of 308.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3FD5 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB23963213-
CMYK00.740.110.06
HSL308.86º84.62%59.22%-
HSV(B)308.86º73.64%93.73%-
XYZ49.3826.7165.5-
YUV132.72173.31203.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 63 (25% from 255) = 12.23%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=46.41%
G=12.23%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396321300.740.110.06308.8684.6259.22
HexEF3FD504AB6135553b
Octal35777325011213646512573
Binary11101111111111110101010100101010111101001101011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3FD5; }

 p { color: rgb(239,63,213); }

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

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

 a { background-color: rgb(239,63,213); }

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

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

 span { border-color: rgb(239,63,213); }

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