Html Css Color HEX #E9219C Persian Rose

📋 copy color: '#E9219C'

red 233 ◦ green 33 ◦ blue 156

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

Shades of Persian Rose #E9219C

Tints of Persian Rose #E9219C

RGB

 RED value IS 233 (91.41% from 255) = 55.21%

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

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

R = 55.21%
G = 7.82%
B = 36.97%

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

#E9219C (or 0xE9219C) is known color: Persian Rose. HEX triplet: E9, 21 and 9C. RGB value is (233,33,156). Sum of RGB (Red+Green+Blue) = 233+33+156=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E9219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9219C is #16DE63. Grayscale: #6A6A6A. Windows color (decimal): -1498724 or 10232297. OLE color: 10232297.

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

Color convert

RGB 233 33 156 -
CMYK 0 0.86 0.33 0.09
HSL 323.1º 0.82% 0.52% -
HSV(B) 323.1º 0.86% 0.91% -
XYZ 40.15 20.81 33.35 -
YUV 106.82 155.76 218 -
System Red Green Blue C M Y K H S L
Decimal 233 33 156 0 0.86 0.33 0.09 323.1 0.82 0.52
Hex E9 21 9C 0 56 21 9 143 52 34
Octal 351 41 234 0 126 41 11 503 122 64
Binary 11101001 100001 10011100 0 1010110 100001 1001 101000011 1010010 110100

Color Harmonies of #E9219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9219C

Black with #E9219C

Text Example


Text Example

White with #E9219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9219C; }

 p { color: rgb(233,33,156); }

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

background-color css

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

 a { background-color: rgb(233,33,156); }

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

border-color css

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

 span { border-color: rgb(233,33,156); }

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