#EA27D2

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

Shades of Razzle Dazzle Rose #EA27D2

Tints of Razzle Dazzle Rose #EA27D2

Color information

#EA27D2 (or 0xEA27D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 27 and D2. RGB value is (234,39,210). Sum of RGB (Red+Green+Blue) = 234+39+210=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA27D2 is #15D82D. Grayscale: #747474. Windows color (decimal): -1431598 or 13772778. OLE color: 13772778.

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

Color convert

RGB23439210-
CMYK00.830.100.08
HSL307.38º82.28%53.53%-
HSV(B)307.38º83.33%91.76%-
XYZ46.2923.663.09-
YUV116.8180.6211.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 39 (15.62% from 255) = 8.07%
BLUE value IS 210 (82.42% from 255) = 43.48%
R=48.45%
G=8.07%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343921000.830.100.08307.3882.2853.53
HexEA27D2053A81335236
Octal352473220123121046312266
Binary111010101001111101001001010011101010001001100111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA27D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA27D2; }

 p { color: rgb(234,39,210); }

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

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

 a { background-color: rgb(234,39,210); }

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

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

 span { border-color: rgb(234,39,210); }

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