#EA27D7

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

Shades of Razzle Dazzle Rose #EA27D7

Tints of Razzle Dazzle Rose #EA27D7

Color information

#EA27D7 (or 0xEA27D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 27 and D7. RGB value is (234,39,215). Sum of RGB (Red+Green+Blue) = 234+39+215=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 39 (15.62% from 255 or 7.99% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA27D7 is #15D828. Grayscale: #747474. Windows color (decimal): -1431593 or 14100458. OLE color: 14100458.

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

Color convert

RGB23439215-
CMYK00.830.080.08
HSL305.85º82.28%53.53%-
HSV(B)305.85º83.33%91.76%-
XYZ46.9223.8566.42-
YUV117.37183.1211.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 39 (15.62% from 255) = 7.99%
BLUE value IS 215 (84.38% from 255) = 44.06%
R=47.95%
G=7.99%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343921500.830.080.08305.8582.2853.53
HexEA27D7053881325236
Octal352473270123101046212266
Binary111010101001111101011101010011100010001001100101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA27D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA27D7; }

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

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

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

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

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

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

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

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