Html Css Color HEX #E21C9F Persian Rose

📋 copy color: '#E21C9F'

red 226 ◦ green 28 ◦ blue 159

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

Shades of Persian Rose #E21C9F

Tints of Persian Rose #E21C9F

RGB

 RED value IS 226 (88.67% from 255) = 54.72%

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

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

R = 54.72%
G = 6.78%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E21C9F (or 0xE21C9F) is known color: Persian Rose. HEX triplet: E2, 1C and 9F. RGB value is (226,28,159). Sum of RGB (Red+Green+Blue) = 226+28+159=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21C9F is #1DE360. Grayscale: #656565. Windows color (decimal): -1958753 or 10427618. OLE color: 10427618.

HSL color Cylindrical-coordinate representation of color #E21C9F: hue angle of 320.3º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C9F is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 28 159 -
CMYK 0 0.88 0.30 0.11
HSL 320.3º 0.78% 0.5% -
HSV(B) 320.3º 0.88% 0.89% -
XYZ 38.04 19.5 34.56 -
YUV 102.14 160.1 216.35 -
System Red Green Blue C M Y K H S L
Decimal 226 28 159 0 0.88 0.30 0.11 320.3 0.78 0.5
Hex E2 1C 9F 0 58 1E B 140 4E 32
Octal 342 34 237 0 130 36 13 500 116 62
Binary 11100010 11100 10011111 0 1011000 11110 1011 101000000 1001110 110010

Color Harmonies of #E21C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C9F

Black with #E21C9F

Text Example


Text Example

White with #E21C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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