#EF2EC2

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

Shades of Razzle Dazzle Rose #EF2EC2

Tints of Razzle Dazzle Rose #EF2EC2

Color information

#EF2EC2 (or 0xEF2EC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2E and C2. RGB value is (239,46,194). Sum of RGB (Red+Green+Blue) = 239+46+194=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EC2 is #10D13D. Grayscale: #787878. Windows color (decimal): -1102142 or 12725999. OLE color: 12725999.

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

Color convert

RGB23946194-
CMYK00.810.190.06
HSL313.99º85.78%55.88%-
HSV(B)313.99º80.75%93.73%-
XYZ46.3124.253.27-
YUV120.58169.44212.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 46 (18.36% from 255) = 9.60%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=49.90%
G=9.60%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394619400.810.190.06313.9985.7855.88
HexEF2EC205113613a5638
Octal35756302012123647212670
Binary111011111011101100001001010001100111101001110101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2EC2; }

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

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

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

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

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

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

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

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