Html Css Color HEX #E5249C Persian Rose

📋 copy color: '#E5249C'

red 229 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #E5249C

Tints of Persian Rose #E5249C

RGB

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

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

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

R = 54.39%
G = 8.55%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5249C (or 0xE5249C) is known color: Persian Rose. HEX triplet: E5, 24 and 9C. RGB value is (229,36,156). Sum of RGB (Red+Green+Blue) = 229+36+156=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5249C is #1ADB63. Grayscale: #6B6B6B. Windows color (decimal): -1760100 or 10233061. OLE color: 10233061.

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

Color convert

RGB 229 36 156 -
CMYK 0 0.84 0.32 0.10
HSL 322.69º 0.79% 0.52% -
HSV(B) 322.69º 0.84% 0.9% -
XYZ 38.94 20.32 33.32 -
YUV 107.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 229 36 156 0 0.84 0.32 0.10 322.69 0.79 0.52
Hex E5 24 9C 0 54 20 A 143 4F 34
Octal 345 44 234 0 124 40 12 503 117 64
Binary 11100101 100100 10011100 0 1010100 100000 1010 101000011 1001111 110100

Color Harmonies of #E5249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5249C

Black with #E5249C

Text Example


Text Example

White with #E5249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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