#e02fc4

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

Shades of Razzle Dazzle Rose #E02FC4

Tints of Razzle Dazzle Rose #E02FC4

Color information

#E02FC4 (or 0xE02FC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 2F and C4. RGB value is (224,47,196). Sum of RGB (Red+Green+Blue) = 224+47+196=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E02FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02FC4 is #1FD03B. Grayscale: #747474. Windows color (decimal): -2084924 or 12857312. OLE color: 12857312.

HSL color Cylindrical-coordinate representation of color #E02FC4: hue angle of 309.49º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02FC4 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB22447196-
CMYK00.790.120.12
HSL309.49º74.06%53.14%-
HSV(B)309.49º79.02%87.84%-
XYZ41.7221.8754.25-
YUV116.91172.64204.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 47 (18.75% from 255) = 10.06%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=47.97%
G=10.06%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244719600.790.120.12309.4974.0653.14
HexE02FC404FCC1354a35
Octal340573040117141446511265
Binary111000001011111100010001001111110011001001101011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02fc4; }

 p { color: rgb(224,47,196); }

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

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

 a { background-color: rgb(224,47,196); }

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

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

 span { border-color: rgb(224,47,196); }

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