#EF2BC2

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

Shades of Razzle Dazzle Rose #EF2BC2

Tints of Razzle Dazzle Rose #EF2BC2

Color information

#EF2BC2 (or 0xEF2BC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2B and C2. RGB value is (239,43,194). Sum of RGB (Red+Green+Blue) = 239+43+194=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BC2 is #10D43D. Grayscale: #767676. Windows color (decimal): -1102910 or 12725231. OLE color: 12725231.

HSL color Cylindrical-coordinate representation of color #EF2BC2: hue angle of 313.78º 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 #EF2BC2 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB23943194-
CMYK00.820.190.06
HSL313.78º85.96%55.29%-
HSV(B)313.78º82.01%93.73%-
XYZ46.223.9753.23-
YUV118.82170.43213.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 43 (17.19% from 255) = 9.03%
BLUE value IS 194 (76.17% from 255) = 40.76%
R=50.21%
G=9.03%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394319400.820.190.06313.7885.9655.29
HexEF2BC205213613a5637
Octal35753302012223647212667
Binary111011111010111100001001010010100111101001110101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2BC2; }

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

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

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

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

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

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

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

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