Html Css Color HEX #E1239F Persian Rose

📋 copy color: '#E1239F'

red 225 ◦ green 35 ◦ blue 159

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

Shades of Persian Rose #E1239F

Tints of Persian Rose #E1239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.35%

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

R = 53.7%
G = 8.35%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1239F (or 0xE1239F) is known color: Persian Rose. HEX triplet: E1, 23 and 9F. RGB value is (225,35,159). Sum of RGB (Red+Green+Blue) = 225+35+159=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1239F is #1EDC60. Grayscale: #696969. Windows color (decimal): -2022497 or 10429409. OLE color: 10429409.

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

Color convert

RGB 225 35 159 -
CMYK 0 0.84 0.29 0.12
HSL 320.84º 0.76% 0.51% -
HSV(B) 320.84º 0.84% 0.88% -
XYZ 37.91 19.71 34.61 -
YUV 105.95 157.95 212.92 -
System Red Green Blue C M Y K H S L
Decimal 225 35 159 0 0.84 0.29 0.12 320.84 0.76 0.51
Hex E1 23 9F 0 54 1D C 141 4C 33
Octal 341 43 237 0 124 35 14 501 114 63
Binary 11100001 100011 10011111 0 1010100 11101 1100 101000001 1001100 110011

Color Harmonies of #E1239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1239F

Black with #E1239F

Text Example


Text Example

White with #E1239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1239F; }

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

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

background-color css

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

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

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

border-color css

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

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

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