Html Css Color HEX #E8209C Persian Rose

📋 copy color: '#E8209C'

red 232 ◦ green 32 ◦ blue 156

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

Shades of Persian Rose #E8209C

Tints of Persian Rose #E8209C

RGB

 RED value IS 232 (91.02% from 255) = 55.24%

 GREEN value IS 32 (12.89% from 255) = 7.62%

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

R = 55.24%
G = 7.62%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8209C (or 0xE8209C) is known color: Persian Rose. HEX triplet: E8, 20 and 9C. RGB value is (232,32,156). Sum of RGB (Red+Green+Blue) = 232+32+156=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8209C is #17DF63. Grayscale: #696969. Windows color (decimal): -1564516 or 10232040. OLE color: 10232040.

HSL color Cylindrical-coordinate representation of color #E8209C: hue angle of 322.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8209C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 156 -
CMYK 0 0.86 0.33 0.09
HSL 322.8º 0.81% 0.52% -
HSV(B) 322.8º 0.86% 0.91% -
XYZ 39.8 20.59 33.33 -
YUV 105.94 156.26 217.92 -
System Red Green Blue C M Y K H S L
Decimal 232 32 156 0 0.86 0.33 0.09 322.8 0.81 0.52
Hex E8 20 9C 0 56 21 9 143 51 34
Octal 350 40 234 0 126 41 11 503 121 64
Binary 11101000 100000 10011100 0 1010110 100001 1001 101000011 1010001 110100

Color Harmonies of #E8209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8209C

Black with #E8209C

Text Example


Text Example

White with #E8209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8209C; }

 p { color: rgb(232,32,156); }

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

background-color css

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

 a { background-color: rgb(232,32,156); }

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

border-color css

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

 span { border-color: rgb(232,32,156); }

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