#EA28CC

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

Shades of Razzle Dazzle Rose #EA28CC

Tints of Razzle Dazzle Rose #EA28CC

Color information

#EA28CC (or 0xEA28CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 28 and CC. RGB value is (234,40,204). Sum of RGB (Red+Green+Blue) = 234+40+204=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28CC is #15D733. Grayscale: #747474. Windows color (decimal): -1431348 or 13379818. OLE color: 13379818.

HSL color Cylindrical-coordinate representation of color #EA28CC: hue angle of 309.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA28CC is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB23440204-
CMYK00.830.130.08
HSL309.28º82.2%53.73%-
HSV(B)309.28º82.91%91.76%-
XYZ45.5923.3759.23-
YUV116.7177.27211.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 40 (16.02% from 255) = 8.37%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=48.95%
G=8.37%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344020400.830.130.08309.2882.253.73
HexEA28CC053D81355236
Octal352503140123151046512266
Binary111010101010001100110001010011110110001001101011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA28CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA28CC; }

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

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

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

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

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

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

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

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