#ef3cb7

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

Shades of Razzle Dazzle Rose #EF3CB7

Tints of Razzle Dazzle Rose #EF3CB7

Color information

#EF3CB7 (or 0xEF3CB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3C and B7. RGB value is (239,60,183). Sum of RGB (Red+Green+Blue) = 239+60+183=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CB7 is #10C348. Grayscale: #7F7F7F. Windows color (decimal): -1098569 or 12008687. OLE color: 12008687.

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

Color convert

RGB23960183-
CMYK00.750.230.06
HSL318.77º84.83%58.63%-
HSV(B)318.77º74.9%93.73%-
XYZ45.762547.21-
YUV127.54159.3207.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.59%
GREEN value IS 60 (23.83% from 255) = 12.45%
BLUE value IS 183 (71.88% from 255) = 37.97%
R=49.59%
G=12.45%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396018300.750.230.06318.7784.8358.63
HexEF3CB704B17613f553b
Octal35774267011327647712573
Binary111011111111001011011101001011101111101001111111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3cb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3cb7; }

 p { color: rgb(239,60,183); }

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

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

 a { background-color: rgb(239,60,183); }

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

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

 span { border-color: rgb(239,60,183); }

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