Html Css Color HEX #EA2D9E Persian Rose

📋 copy color: '#EA2D9E'

red 234 ◦ green 45 ◦ blue 158

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

Shades of Persian Rose #EA2D9E

Tints of Persian Rose #EA2D9E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.3%

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

R = 53.55%
G = 10.3%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA2D9E (or 0xEA2D9E) is known color: Persian Rose. HEX triplet: EA, 2D and 9E. RGB value is (234,45,158). Sum of RGB (Red+Green+Blue) = 234+45+158=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2D9E is #15D261. Grayscale: #727272. Windows color (decimal): -1430114 or 10366442. OLE color: 10366442.

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

Color convert

RGB 234 45 158 -
CMYK 0 0.81 0.32 0.08
HSL 324.13º 0.82% 0.55% -
HSV(B) 324.13º 0.81% 0.92% -
XYZ 41.04 21.84 34.4 -
YUV 114.39 152.62 213.31 -
System Red Green Blue C M Y K H S L
Decimal 234 45 158 0 0.81 0.32 0.08 324.13 0.82 0.55
Hex EA 2D 9E 0 51 20 8 144 52 37
Octal 352 55 236 0 121 40 10 504 122 67
Binary 11101010 101101 10011110 0 1010001 100000 1000 101000100 1010010 110111

Color Harmonies of #EA2D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D9E

Black with #EA2D9E

Text Example


Text Example

White with #EA2D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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