Html Css Color HEX #EA2DA5 Persian Rose

📋 copy color: '#EA2DA5'

red 234 ◦ green 45 ◦ blue 165

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

Shades of Persian Rose #EA2DA5

Tints of Persian Rose #EA2DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 52.7%
G = 10.14%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA2DA5 (or 0xEA2DA5) is known color: Persian Rose. HEX triplet: EA, 2D and A5. RGB value is (234,45,165). Sum of RGB (Red+Green+Blue) = 234+45+165=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2DA5 is #15D25A. Grayscale: #727272. Windows color (decimal): -1430107 or 10825194. OLE color: 10825194.

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

Color convert

RGB 234 45 165 -
CMYK 0 0.81 0.29 0.08
HSL 321.9º 0.82% 0.55% -
HSV(B) 321.9º 0.81% 0.92% -
XYZ 41.66 22.09 37.66 -
YUV 115.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 234 45 165 0 0.81 0.29 0.08 321.9 0.82 0.55
Hex EA 2D A5 0 51 1D 8 142 52 37
Octal 352 55 245 0 121 35 10 502 122 67
Binary 11101010 101101 10100101 0 1010001 11101 1000 101000010 1010010 110111

Color Harmonies of #EA2DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2DA5

Black with #EA2DA5

Text Example


Text Example

White with #EA2DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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