Html Css Color HEX #E01C9F Persian Rose

📋 copy color: '#E01C9F'

red 224 ◦ green 28 ◦ blue 159

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

Shades of Persian Rose #E01C9F

Tints of Persian Rose #E01C9F

RGB

 RED value IS 224 (87.89% from 255) = 54.5%

 GREEN value IS 28 (11.33% from 255) = 6.81%

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

R = 54.5%
G = 6.81%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E01C9F (or 0xE01C9F) is known color: Persian Rose. HEX triplet: E0, 1C and 9F. RGB value is (224,28,159). Sum of RGB (Red+Green+Blue) = 224+28+159=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C9F is #1FE360. Grayscale: #656565. Windows color (decimal): -2089825 or 10427616. OLE color: 10427616.

HSL color Cylindrical-coordinate representation of color #E01C9F: hue angle of 319.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C9F is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 159 -
CMYK 0 0.88 0.29 0.12
HSL 319.9º 0.78% 0.49% -
HSV(B) 319.9º 0.88% 0.88% -
XYZ 37.41 19.18 34.53 -
YUV 101.54 160.43 215.35 -
System Red Green Blue C M Y K H S L
Decimal 224 28 159 0 0.88 0.29 0.12 319.9 0.78 0.49
Hex E0 1C 9F 0 58 1D C 140 4E 31
Octal 340 34 237 0 130 35 14 500 116 61
Binary 11100000 11100 10011111 0 1011000 11101 1100 101000000 1001110 110001

Color Harmonies of #E01C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C9F

Black with #E01C9F

Text Example


Text Example

White with #E01C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C9F; }

 p { color: rgb(224,28,159); }

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

background-color css

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

 a { background-color: rgb(224,28,159); }

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

border-color css

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

 span { border-color: rgb(224,28,159); }

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