#EF4BC2

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

Shades of Razzle Dazzle Rose #EF4BC2

Tints of Razzle Dazzle Rose #EF4BC2

Color information

#EF4BC2 (or 0xEF4BC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 4B and C2. RGB value is (239,75,194). Sum of RGB (Red+Green+Blue) = 239+75+194=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4BC2 is #10B43D. Grayscale: #898989. Windows color (decimal): -1094718 or 12733423. OLE color: 12733423.

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

Color convert

RGB23975194-
CMYK00.690.190.06
HSL316.46º83.67%61.57%-
HSV(B)316.46º68.62%93.73%-
XYZ47.8527.2853.78-
YUV137.6159.83200.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 75 (29.69% from 255) = 14.76%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=47.05%
G=14.76%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397519400.690.190.06316.4683.6761.57
HexEF4BC204513613c543e
Octal357113302010523647412476
Binary1110111110010111100001001000101100111101001111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4BC2; }

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

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

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

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

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

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

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

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