Html Css Color HEX #E8209A Persian Rose

📋 copy color: '#E8209A'

red 232 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #E8209A

Tints of Persian Rose #E8209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 55.5%
G = 7.66%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8209A (or 0xE8209A) is known color: Persian Rose. HEX triplet: E8, 20 and 9A. RGB value is (232,32,154). Sum of RGB (Red+Green+Blue) = 232+32+154=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E8209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8209A is #17DF65. Grayscale: #696969. Windows color (decimal): -1564518 or 10100968. OLE color: 10100968.

HSL color Cylindrical-coordinate representation of color #E8209A: hue angle of 323.4º 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 #E8209A is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 154 -
CMYK 0 0.86 0.34 0.09
HSL 323.4º 0.81% 0.52% -
HSV(B) 323.4º 0.86% 0.91% -
XYZ 39.63 20.52 32.44 -
YUV 105.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 232 32 154 0 0.86 0.34 0.09 323.4 0.81 0.52
Hex E8 20 9A 0 56 22 9 143 51 34
Octal 350 40 232 0 126 42 11 503 121 64
Binary 11101000 100000 10011010 0 1010110 100010 1001 101000011 1010001 110100

Color Harmonies of #E8209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8209A

Black with #E8209A

Text Example


Text Example

White with #E8209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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