#EA2B98

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

Shades of Persian Rose #EA2B98

Tints of Persian Rose #EA2B98

Color information

#EA2B98 (or 0xEA2B98) is unknown color: approx Persian Rose. HEX triplet: EA, 2B and 98. RGB value is (234,43,152). Sum of RGB (Red+Green+Blue) = 234+43+152=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2B98 is #15D467. Grayscale: #707070. Windows color (decimal): -1430632 or 9972714. OLE color: 9972714.

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

Color convert

RGB23443152-
CMYK00.820.350.08
HSL325.76º81.97%54.31%-
HSV(B)325.76º81.62%91.76%-
XYZ40.4621.4931.72-
YUV112.54150.28214.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.55%
GREEN value IS 43 (17.19% from 255) = 10.02%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=54.55%
G=10.02%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344315200.820.350.08325.7681.9754.31
HexEA2B980522381465236
Octal352532300122431050612266
Binary11101010101011100110000101001010001110001010001101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2B98; }

 p { color: rgb(234,43,152); }

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

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

 a { background-color: rgb(234,43,152); }

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

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

 span { border-color: rgb(234,43,152); }

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