#EA40CC

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

Shades of Razzle Dazzle Rose #EA40CC

Tints of Razzle Dazzle Rose #EA40CC

Color information

#EA40CC (or 0xEA40CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 40 and CC. RGB value is (234,64,204). Sum of RGB (Red+Green+Blue) = 234+64+204=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA40CC is #15BF33. Grayscale: #828282. Windows color (decimal): -1425204 or 13385962. OLE color: 13385962.

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

Color convert

RGB23464204-
CMYK00.730.130.08
HSL310.59º80.19%58.43%-
HSV(B)310.59º72.65%91.76%-
XYZ46.6625.5259.59-
YUV130.79169.32201.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 64 (25.39% from 255) = 12.75%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=46.61%
G=12.75%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346420400.730.130.08310.5980.1958.43
HexEA40CC049D8137503a
Octal3521003140111151046712072
Binary1110101010000001100110001001001110110001001101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40CC; }

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

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

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

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

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

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

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

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