Html Css Color HEX #E5229D Persian Rose

📋 copy color: '#E5229D'

red 229 ◦ green 34 ◦ blue 157

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

Shades of Persian Rose #E5229D

Tints of Persian Rose #E5229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 54.52%
G = 8.1%
B = 37.38%

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

#E5229D (or 0xE5229D) is known color: Persian Rose. HEX triplet: E5, 22 and 9D. RGB value is (229,34,157). Sum of RGB (Red+Green+Blue) = 229+34+157=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5229D is #1ADD62. Grayscale: #6A6A6A. Windows color (decimal): -1760611 or 10298085. OLE color: 10298085.

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

Color convert

RGB 229 34 157 -
CMYK 0 0.85 0.31 0.10
HSL 322.15º 0.79% 0.52% -
HSV(B) 322.15º 0.85% 0.9% -
XYZ 38.97 20.24 33.75 -
YUV 106.33 156.6 215.5 -
System Red Green Blue C M Y K H S L
Decimal 229 34 157 0 0.85 0.31 0.10 322.15 0.79 0.52
Hex E5 22 9D 0 55 1F A 142 4F 34
Octal 345 42 235 0 125 37 12 502 117 64
Binary 11100101 100010 10011101 0 1010101 11111 1010 101000010 1001111 110100

Color Harmonies of #E5229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5229D

Black with #E5229D

Text Example


Text Example

White with #E5229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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