#EA27D1

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

Shades of Razzle Dazzle Rose #EA27D1

Tints of Razzle Dazzle Rose #EA27D1

Color information

#EA27D1 (or 0xEA27D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 27 and D1. RGB value is (234,39,209). Sum of RGB (Red+Green+Blue) = 234+39+209=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA27D1 is #15D82E. Grayscale: #747474. Windows color (decimal): -1431599 or 13707242. OLE color: 13707242.

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

Color convert

RGB23439209-
CMYK00.830.110.08
HSL307.69º82.28%53.53%-
HSV(B)307.69º83.33%91.76%-
XYZ46.1723.5562.43-
YUV116.68180.1211.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 39 (15.62% from 255) = 8.09%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=48.55%
G=8.09%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343920900.830.110.08307.6982.2853.53
HexEA27D1053B81345236
Octal352473210123131046412266
Binary111010101001111101000101010011101110001001101001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA27D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA27D1; }

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

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

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

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

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

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

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

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