Html Css Color HEX #E5229A Persian Rose

📋 copy color: '#E5229A'

red 229 ◦ green 34 ◦ blue 154

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

Shades of Persian Rose #E5229A

Tints of Persian Rose #E5229A

RGB

 RED value IS 229 (89.84% from 255) = 54.92%

 GREEN value IS 34 (13.67% from 255) = 8.15%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 54.92%
G = 8.15%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5229A (or 0xE5229A) is known color: Persian Rose. HEX triplet: E5, 22 and 9A. RGB value is (229,34,154). Sum of RGB (Red+Green+Blue) = 229+34+154=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5229A is #1ADD65. Grayscale: #696969. Windows color (decimal): -1760614 or 10101477. OLE color: 10101477.

HSL color Cylindrical-coordinate representation of color #E5229A: hue angle of 323.08º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5229A is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 154 -
CMYK 0 0.85 0.33 0.10
HSL 323.08º 0.79% 0.52% -
HSV(B) 323.08º 0.85% 0.9% -
XYZ 38.72 20.14 32.42 -
YUV 105.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 229 34 154 0 0.85 0.33 0.10 323.08 0.79 0.52
Hex E5 22 9A 0 55 21 A 143 4F 34
Octal 345 42 232 0 125 41 12 503 117 64
Binary 11100101 100010 10011010 0 1010101 100001 1010 101000011 1001111 110100

Color Harmonies of #E5229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5229A

Black with #E5229A

Text Example


Text Example

White with #E5229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5229A; }

 p { color: rgb(229,34,154); }

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

background-color css

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

 a { background-color: rgb(229,34,154); }

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

border-color css

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

 span { border-color: rgb(229,34,154); }

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