Html Css Color HEX #E1249E Persian Rose

📋 copy color: '#E1249E'

red 225 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #E1249E

Tints of Persian Rose #E1249E

RGB

 RED value IS 225 (88.28% from 255) = 53.7%

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

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 53.7%
G = 8.59%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1249E (or 0xE1249E) is known color: Persian Rose. HEX triplet: E1, 24 and 9E. RGB value is (225,36,158). Sum of RGB (Red+Green+Blue) = 225+36+158=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1249E is #1EDB61. Grayscale: #6A6A6A. Windows color (decimal): -2022242 or 10364129. OLE color: 10364129.

HSL color Cylindrical-coordinate representation of color #E1249E: hue angle of 321.27º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1249E is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 158 -
CMYK 0 0.84 0.30 0.12
HSL 321.27º 0.76% 0.51% -
HSV(B) 321.27º 0.84% 0.88% -
XYZ 37.85 19.74 34.16 -
YUV 106.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 225 36 158 0 0.84 0.30 0.12 321.27 0.76 0.51
Hex E1 24 9E 0 54 1E C 141 4C 33
Octal 341 44 236 0 124 36 14 501 114 63
Binary 11100001 100100 10011110 0 1010100 11110 1100 101000001 1001100 110011

Color Harmonies of #E1249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1249E

Black with #E1249E

Text Example


Text Example

White with #E1249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1249E; }

 p { color: rgb(225,36,158); }

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

background-color css

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

 a { background-color: rgb(225,36,158); }

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

border-color css

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

 span { border-color: rgb(225,36,158); }

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