Html Css Color HEX #E91C9F Persian Rose

📋 copy color: '#E91C9F'

red 233 ◦ green 28 ◦ blue 159

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

Shades of Persian Rose #E91C9F

Tints of Persian Rose #E91C9F

RGB

 RED value IS 233 (91.41% from 255) = 55.48%

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

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

R = 55.48%
G = 6.67%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E91C9F (or 0xE91C9F) is known color: Persian Rose. HEX triplet: E9, 1C and 9F. RGB value is (233,28,159). Sum of RGB (Red+Green+Blue) = 233+28+159=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91C9F is #16E360. Grayscale: #676767. Windows color (decimal): -1500001 or 10427625. OLE color: 10427625.

HSL color Cylindrical-coordinate representation of color #E91C9F: hue angle of 321.66º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91C9F is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 28 159 -
CMYK 0 0.88 0.32 0.09
HSL 321.66º 0.82% 0.51% -
HSV(B) 321.66º 0.88% 0.91% -
XYZ 40.28 20.66 34.67 -
YUV 104.23 158.92 219.85 -
System Red Green Blue C M Y K H S L
Decimal 233 28 159 0 0.88 0.32 0.09 321.66 0.82 0.51
Hex E9 1C 9F 0 58 20 9 142 52 33
Octal 351 34 237 0 130 40 11 502 122 63
Binary 11101001 11100 10011111 0 1011000 100000 1001 101000010 1010010 110011

Color Harmonies of #E91C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91C9F

Black with #E91C9F

Text Example


Text Example

White with #E91C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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