Html Css Color HEX #E5229E Persian Rose

📋 copy color: '#E5229E'

red 229 ◦ green 34 ◦ blue 158

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

Shades of Persian Rose #E5229E

Tints of Persian Rose #E5229E

RGB

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

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

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

R = 54.39%
G = 8.08%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5229E (or 0xE5229E) is known color: Persian Rose. HEX triplet: E5, 22 and 9E. RGB value is (229,34,158). Sum of RGB (Red+Green+Blue) = 229+34+158=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5229E is #1ADD61. Grayscale: #6A6A6A. Windows color (decimal): -1760610 or 10363621. OLE color: 10363621.

HSL color Cylindrical-coordinate representation of color #E5229E: hue angle of 321.85º 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 #E5229E is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 158 -
CMYK 0 0.85 0.31 0.10
HSL 321.85º 0.79% 0.52% -
HSV(B) 321.85º 0.85% 0.9% -
XYZ 39.06 20.27 34.2 -
YUV 106.44 157.1 215.42 -
System Red Green Blue C M Y K H S L
Decimal 229 34 158 0 0.85 0.31 0.10 321.85 0.79 0.52
Hex E5 22 9E 0 55 1F A 142 4F 34
Octal 345 42 236 0 125 37 12 502 117 64
Binary 11100101 100010 10011110 0 1010101 11111 1010 101000010 1001111 110100

Color Harmonies of #E5229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5229E

Black with #E5229E

Text Example


Text Example

White with #E5229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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