#EA40C7

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

Shades of Razzle Dazzle Rose #EA40C7

Tints of Razzle Dazzle Rose #EA40C7

Color information

#EA40C7 (or 0xEA40C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 40 and C7. RGB value is (234,64,199). Sum of RGB (Red+Green+Blue) = 234+64+199=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA40C7 is #15BF38. Grayscale: #818181. Windows color (decimal): -1425209 or 13058282. OLE color: 13058282.

HSL color Cylindrical-coordinate representation of color #EA40C7: hue angle of 312.35º 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 #EA40C7 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23464199-
CMYK00.730.150.08
HSL312.35º80.19%58.43%-
HSV(B)312.35º72.65%91.76%-
XYZ46.0725.2856.48-
YUV130.22166.82202.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 64 (25.39% from 255) = 12.88%
BLUE value IS 199 (78.12% from 255) = 40.04%
R=47.08%
G=12.88%
B=40.04%

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
Decimal2346419900.730.150.08312.3580.1958.43
HexEA40C7049F8138503a
Octal3521003070111171047012072
Binary1110101010000001100011101001001111110001001110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40C7; }

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

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

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

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

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

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

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

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