#EA3FC7

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

Shades of Razzle Dazzle Rose #EA3FC7

Tints of Razzle Dazzle Rose #EA3FC7

Color information

#EA3FC7 (or 0xEA3FC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 3F and C7. RGB value is (234,63,199). Sum of RGB (Red+Green+Blue) = 234+63+199=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3FC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3FC7 is #15C038. Grayscale: #818181. Windows color (decimal): -1425465 or 13058026. OLE color: 13058026.

HSL color Cylindrical-coordinate representation of color #EA3FC7: hue angle of 312.28º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA3FC7 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23463199-
CMYK00.730.150.08
HSL312.28º80.28%58.24%-
HSV(B)312.28º73.08%91.76%-
XYZ46.0225.1756.47-
YUV129.63167.15202.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 63 (25% from 255) = 12.70%
BLUE value IS 199 (78.12% from 255) = 40.12%
R=47.18%
G=12.70%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346319900.730.150.08312.2880.2858.24
HexEA3FC7049F8138503a
Octal352773070111171047012072
Binary111010101111111100011101001001111110001001110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3FC7; }

 p { color: rgb(234,63,199); }

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

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

 a { background-color: rgb(234,63,199); }

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

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

 span { border-color: rgb(234,63,199); }

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