Html Css Color HEX #EA2B9E Persian Rose

📋 copy color: '#EA2B9E'

red 234 ◦ green 43 ◦ blue 158

#EA2B9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EA2B9E

Tints of Persian Rose #EA2B9E

RGB

 RED value IS 234 (91.8% from 255) = 53.79%

 GREEN value IS 43 (17.19% from 255) = 9.89%

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 53.79%
G = 9.89%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA2B9E (or 0xEA2B9E) is known color: Persian Rose. HEX triplet: EA, 2B and 9E. RGB value is (234,43,158). Sum of RGB (Red+Green+Blue) = 234+43+158=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2B9E is #15D461. Grayscale: #707070. Windows color (decimal): -1430626 or 10365930. OLE color: 10365930.

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

Color convert

RGB 234 43 158 -
CMYK 0 0.82 0.32 0.08
HSL 323.87º 0.82% 0.54% -
HSV(B) 323.87º 0.82% 0.92% -
XYZ 40.97 21.69 34.37 -
YUV 113.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 234 43 158 0 0.82 0.32 0.08 323.87 0.82 0.54
Hex EA 2B 9E 0 52 20 8 144 52 36
Octal 352 53 236 0 122 40 10 504 122 66
Binary 11101010 101011 10011110 0 1010010 100000 1000 101000100 1010010 110110

Color Harmonies of #EA2B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B9E

Black with #EA2B9E

Text Example


Text Example

White with #EA2B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B9E; }

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

 H1.HeaderClassName
 {
   color: #EA2B9E;
 }
 .AnyTagClassName
 {
   color: #EA2B9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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