Html Css Color HEX #E71C9B Persian Rose

📋 copy color: '#E71C9B'

red 231 ◦ green 28 ◦ blue 155

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

Shades of Persian Rose #E71C9B

Tints of Persian Rose #E71C9B

RGB

 RED value IS 231 (90.63% from 255) = 55.8%

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

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 55.8%
G = 6.76%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E71C9B (or 0xE71C9B) is known color: Persian Rose. HEX triplet: E7, 1C and 9B. RGB value is (231,28,155). Sum of RGB (Red+Green+Blue) = 231+28+155=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71C9B is #18E364. Grayscale: #666666. Windows color (decimal): -1631077 or 10165479. OLE color: 10165479.

HSL color Cylindrical-coordinate representation of color #E71C9B: hue angle of 322.46º degrees, saturation: 0.81, 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 #E71C9B is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 28 155 -
CMYK 0 0.88 0.33 0.09
HSL 322.46º 0.81% 0.51% -
HSV(B) 322.46º 0.88% 0.91% -
XYZ 39.29 20.19 32.84 -
YUV 103.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 231 28 155 0 0.88 0.33 0.09 322.46 0.81 0.51
Hex E7 1C 9B 0 58 21 9 142 51 33
Octal 347 34 233 0 130 41 11 502 121 63
Binary 11100111 11100 10011011 0 1011000 100001 1001 101000010 1010001 110011

Color Harmonies of #E71C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71C9B

Black with #E71C9B

Text Example


Text Example

White with #E71C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71C9B; }

 p { color: rgb(231,28,155); }

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

background-color css

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

 a { background-color: rgb(231,28,155); }

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

border-color css

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

 span { border-color: rgb(231,28,155); }

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