Html Css Color HEX #E5249F Persian Rose

📋 copy color: '#E5249F'

red 229 ◦ green 36 ◦ blue 159

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

Shades of Persian Rose #E5249F

Tints of Persian Rose #E5249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 54.01%
G = 8.49%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5249F (or 0xE5249F) is known color: Persian Rose. HEX triplet: E5, 24 and 9F. RGB value is (229,36,159). Sum of RGB (Red+Green+Blue) = 229+36+159=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5249F is #1ADB60. Grayscale: #6B6B6B. Windows color (decimal): -1760097 or 10429669. OLE color: 10429669.

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

Color convert

RGB 229 36 159 -
CMYK 0 0.84 0.31 0.10
HSL 321.76º 0.79% 0.52% -
HSV(B) 321.76º 0.84% 0.9% -
XYZ 39.2 20.42 34.68 -
YUV 107.73 156.94 214.5 -
System Red Green Blue C M Y K H S L
Decimal 229 36 159 0 0.84 0.31 0.10 321.76 0.79 0.52
Hex E5 24 9F 0 54 1F A 142 4F 34
Octal 345 44 237 0 124 37 12 502 117 64
Binary 11100101 100100 10011111 0 1010100 11111 1010 101000010 1001111 110100

Color Harmonies of #E5249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5249F

Black with #E5249F

Text Example


Text Example

White with #E5249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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