Html Css Color HEX #E5229C Persian Rose

📋 copy color: '#E5229C'

red 229 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #E5229C

Tints of Persian Rose #E5229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 54.65%
G = 8.11%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5229C (or 0xE5229C) is known color: Persian Rose. HEX triplet: E5, 22 and 9C. RGB value is (229,34,156). Sum of RGB (Red+Green+Blue) = 229+34+156=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5229C is #1ADD63. Grayscale: #696969. Windows color (decimal): -1760612 or 10232549. OLE color: 10232549.

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

Color convert

RGB 229 34 156 -
CMYK 0 0.85 0.32 0.10
HSL 322.46º 0.79% 0.52% -
HSV(B) 322.46º 0.85% 0.9% -
XYZ 38.89 20.2 33.3 -
YUV 106.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 229 34 156 0 0.85 0.32 0.10 322.46 0.79 0.52
Hex E5 22 9C 0 55 20 A 142 4F 34
Octal 345 42 234 0 125 40 12 502 117 64
Binary 11100101 100010 10011100 0 1010101 100000 1010 101000010 1001111 110100

Color Harmonies of #E5229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5229C

Black with #E5229C

Text Example


Text Example

White with #E5229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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