Html Css Color HEX #E8209B Persian Rose

📋 copy color: '#E8209B'

red 232 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #E8209B

Tints of Persian Rose #E8209B

RGB

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

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

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

R = 55.37%
G = 7.64%
B = 36.99%

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

#E8209B (or 0xE8209B) is known color: Persian Rose. HEX triplet: E8, 20 and 9B. RGB value is (232,32,155). Sum of RGB (Red+Green+Blue) = 232+32+155=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E8209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8209B is #17DF64. Grayscale: #696969. Windows color (decimal): -1564517 or 10166504. OLE color: 10166504.

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

Color convert

RGB 232 32 155 -
CMYK 0 0.86 0.33 0.09
HSL 323.1º 0.81% 0.52% -
HSV(B) 323.1º 0.86% 0.91% -
XYZ 39.71 20.56 32.88 -
YUV 105.82 155.76 218 -
System Red Green Blue C M Y K H S L
Decimal 232 32 155 0 0.86 0.33 0.09 323.1 0.81 0.52
Hex E8 20 9B 0 56 21 9 143 51 34
Octal 350 40 233 0 126 41 11 503 121 64
Binary 11101000 100000 10011011 0 1010110 100001 1001 101000011 1010001 110100

Color Harmonies of #E8209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8209B

Black with #E8209B

Text Example


Text Example

White with #E8209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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