#EA209B

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

Shades of Persian Rose #EA209B

Tints of Persian Rose #EA209B

Color information

#EA209B (or 0xEA209B) is unknown color: approx Persian Rose. HEX triplet: EA, 20 and 9B. RGB value is (234,32,155). Sum of RGB (Red+Green+Blue) = 234+32+155=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA209B is #15DF64. Grayscale: #6A6A6A. Windows color (decimal): -1433445 or 10166506. OLE color: 10166506.

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

Color convert

RGB23432155-
CMYK00.860.340.08
HSL323.47º82.79%52.16%-
HSV(B)323.47º86.32%91.76%-
XYZ40.3620.8932.92-
YUV106.42155.42219-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.58%
GREEN value IS 32 (12.89% from 255) = 7.60%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=55.58%
G=7.60%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343215500.860.340.08323.4782.7952.16
HexEA209B0562281435334
Octal352402330126421050312364
Binary11101010100000100110110101011010001010001010000111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA209B; }

 p { color: rgb(234,32,155); }

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

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

 a { background-color: rgb(234,32,155); }

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

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

 span { border-color: rgb(234,32,155); }

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