Html Css Color HEX #E31C9C Persian Rose

📋 copy color: '#E31C9C'

red 227 ◦ green 28 ◦ blue 156

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

Shades of Persian Rose #E31C9C

Tints of Persian Rose #E31C9C

RGB

 RED value IS 227 (89.06% from 255) = 55.23%

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 55.23%
G = 6.81%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E31C9C (or 0xE31C9C) is known color: Persian Rose. HEX triplet: E3, 1C and 9C. RGB value is (227,28,156). Sum of RGB (Red+Green+Blue) = 227+28+156=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31C9C is #1CE363. Grayscale: #656565. Windows color (decimal): -1893220 or 10231011. OLE color: 10231011.

HSL color Cylindrical-coordinate representation of color #E31C9C: hue angle of 321.41º 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 #E31C9C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 28 156 -
CMYK 0 0.88 0.31 0.11
HSL 321.41º 0.78% 0.5% -
HSV(B) 321.41º 0.88% 0.89% -
XYZ 38.09 19.56 33.22 -
YUV 102.09 158.43 217.09 -
System Red Green Blue C M Y K H S L
Decimal 227 28 156 0 0.88 0.31 0.11 321.41 0.78 0.5
Hex E3 1C 9C 0 58 1F B 141 4E 32
Octal 343 34 234 0 130 37 13 501 116 62
Binary 11100011 11100 10011100 0 1011000 11111 1011 101000001 1001110 110010

Color Harmonies of #E31C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C9C

Black with #E31C9C

Text Example


Text Example

White with #E31C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C9C; }

 p { color: rgb(227,28,156); }

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

background-color css

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

 a { background-color: rgb(227,28,156); }

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

border-color css

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

 span { border-color: rgb(227,28,156); }

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