Html Css Color HEX #E1219F Persian Rose

📋 copy color: '#E1219F'

red 225 ◦ green 33 ◦ blue 159

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

Shades of Persian Rose #E1219F

Tints of Persian Rose #E1219F

RGB

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

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

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

R = 53.96%
G = 7.91%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1219F (or 0xE1219F) is known color: Persian Rose. HEX triplet: E1, 21 and 9F. RGB value is (225,33,159). Sum of RGB (Red+Green+Blue) = 225+33+159=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1219F is #1EDE60. Grayscale: #686868. Windows color (decimal): -2023009 or 10428897. OLE color: 10428897.

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

Color convert

RGB 225 33 159 -
CMYK 0 0.85 0.29 0.12
HSL 320.63º 0.76% 0.51% -
HSV(B) 320.63º 0.85% 0.88% -
XYZ 37.85 19.6 34.59 -
YUV 104.77 158.61 213.75 -
System Red Green Blue C M Y K H S L
Decimal 225 33 159 0 0.85 0.29 0.12 320.63 0.76 0.51
Hex E1 21 9F 0 55 1D C 141 4C 33
Octal 341 41 237 0 125 35 14 501 114 63
Binary 11100001 100001 10011111 0 1010101 11101 1100 101000001 1001100 110011

Color Harmonies of #E1219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1219F

Black with #E1219F

Text Example


Text Example

White with #E1219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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