Html Css Color HEX #E1229E Persian Rose

📋 copy color: '#E1229E'

red 225 ◦ green 34 ◦ blue 158

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

Shades of Persian Rose #E1229E

Tints of Persian Rose #E1229E

RGB

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

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

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

R = 53.96%
G = 8.15%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1229E (or 0xE1229E) is known color: Persian Rose. HEX triplet: E1, 22 and 9E. RGB value is (225,34,158). Sum of RGB (Red+Green+Blue) = 225+34+158=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1229E is #1EDD61. Grayscale: #686868. Windows color (decimal): -2022754 or 10363617. OLE color: 10363617.

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

Color convert

RGB 225 34 158 -
CMYK 0 0.85 0.30 0.12
HSL 321.05º 0.76% 0.51% -
HSV(B) 321.05º 0.85% 0.88% -
XYZ 37.79 19.62 34.14 -
YUV 105.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 225 34 158 0 0.85 0.30 0.12 321.05 0.76 0.51
Hex E1 22 9E 0 55 1E C 141 4C 33
Octal 341 42 236 0 125 36 14 501 114 63
Binary 11100001 100010 10011110 0 1010101 11110 1100 101000001 1001100 110011

Color Harmonies of #E1229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1229E

Black with #E1229E

Text Example


Text Example

White with #E1229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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