Html Css Color HEX #E1219E Persian Rose

📋 copy color: '#E1219E'

red 225 ◦ green 33 ◦ blue 158

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

Shades of Persian Rose #E1219E

Tints of Persian Rose #E1219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.93%

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

R = 54.09%
G = 7.93%
B = 37.98%

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

#E1219E (or 0xE1219E) is known color: Persian Rose. HEX triplet: E1, 21 and 9E. RGB value is (225,33,158). Sum of RGB (Red+Green+Blue) = 225+33+158=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1219E is #1EDE61. Grayscale: #686868. Windows color (decimal): -2023010 or 10363361. OLE color: 10363361.

HSL color Cylindrical-coordinate representation of color #E1219E: hue angle of 320.94º 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 #E1219E is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 158 -
CMYK 0 0.85 0.30 0.12
HSL 320.94º 0.76% 0.51% -
HSV(B) 320.94º 0.85% 0.88% -
XYZ 37.77 19.56 34.13 -
YUV 104.66 158.11 213.84 -
System Red Green Blue C M Y K H S L
Decimal 225 33 158 0 0.85 0.30 0.12 320.94 0.76 0.51
Hex E1 21 9E 0 55 1E C 141 4C 33
Octal 341 41 236 0 125 36 14 501 114 63
Binary 11100001 100001 10011110 0 1010101 11110 1100 101000001 1001100 110011

Color Harmonies of #E1219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1219E

Black with #E1219E

Text Example


Text Example

White with #E1219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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