Html Css Color HEX #E5249A Persian Rose

📋 copy color: '#E5249A'

red 229 ◦ green 36 ◦ blue 154

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

Shades of Persian Rose #E5249A

Tints of Persian Rose #E5249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.59%

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

R = 54.65%
G = 8.59%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5249A (or 0xE5249A) is known color: Persian Rose. HEX triplet: E5, 24 and 9A. RGB value is (229,36,154). Sum of RGB (Red+Green+Blue) = 229+36+154=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5249A is #1ADB65. Grayscale: #6A6A6A. Windows color (decimal): -1760102 or 10101989. OLE color: 10101989.

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

Color convert

RGB 229 36 154 -
CMYK 0 0.84 0.33 0.10
HSL 323.32º 0.79% 0.52% -
HSV(B) 323.32º 0.84% 0.9% -
XYZ 38.78 20.25 32.44 -
YUV 107.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 229 36 154 0 0.84 0.33 0.10 323.32 0.79 0.52
Hex E5 24 9A 0 54 21 A 143 4F 34
Octal 345 44 232 0 124 41 12 503 117 64
Binary 11100101 100100 10011010 0 1010100 100001 1010 101000011 1001111 110100

Color Harmonies of #E5249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5249A

Black with #E5249A

Text Example


Text Example

White with #E5249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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