Html Css Color HEX #E8219B Persian Rose

📋 copy color: '#E8219B'

red 232 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #E8219B

Tints of Persian Rose #E8219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.86%

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

R = 55.24%
G = 7.86%
B = 36.9%

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

#E8219B (or 0xE8219B) is known color: Persian Rose. HEX triplet: E8, 21 and 9B. RGB value is (232,33,155). Sum of RGB (Red+Green+Blue) = 232+33+155=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8219B is #17DE64. Grayscale: #6A6A6A. Windows color (decimal): -1564261 or 10166760. OLE color: 10166760.

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

Color convert

RGB 232 33 155 -
CMYK 0 0.86 0.33 0.09
HSL 323.22º 0.81% 0.52% -
HSV(B) 323.22º 0.86% 0.91% -
XYZ 39.74 20.61 32.89 -
YUV 106.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 232 33 155 0 0.86 0.33 0.09 323.22 0.81 0.52
Hex E8 21 9B 0 56 21 9 143 51 34
Octal 350 41 233 0 126 41 11 503 121 64
Binary 11101000 100001 10011011 0 1010110 100001 1001 101000011 1010001 110100

Color Harmonies of #E8219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8219B

Black with #E8219B

Text Example


Text Example

White with #E8219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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