#ef2be0

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

Shades of Razzle Dazzle Rose #EF2BE0

Tints of Razzle Dazzle Rose #EF2BE0

Color information

#EF2BE0 (or 0xEF2BE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2B and E0. RGB value is (239,43,224). Sum of RGB (Red+Green+Blue) = 239+43+224=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 43 (17.19% from 255 or 8.50% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BE0 is #10D41F. Grayscale: #797979. Windows color (decimal): -1102880 or 14691311. OLE color: 14691311.

HSL color Cylindrical-coordinate representation of color #EF2BE0: hue angle of 304.59º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2BE0 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB23943224-
CMYK00.820.060.06
HSL304.59º85.96%55.29%-
HSV(B)304.59º82.01%93.73%-
XYZ49.9225.4672.8-
YUV122.24185.43211.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 43 (17.19% from 255) = 8.50%
BLUE value IS 224 (87.89% from 255) = 44.27%
R=47.23%
G=8.50%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394322400.820.060.06304.5985.9655.29
HexEF2BE0052661315637
Octal3575334001226646112667
Binary1110111110101111100000010100101101101001100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2be0; }

 p { color: rgb(239,43,224); }

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

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

 a { background-color: rgb(239,43,224); }

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

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

 span { border-color: rgb(239,43,224); }

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