Html Css Color HEX #E9219B Persian Rose

📋 copy color: '#E9219B'

red 233 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #E9219B

Tints of Persian Rose #E9219B

RGB

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

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

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

R = 55.34%
G = 7.84%
B = 36.82%

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

#E9219B (or 0xE9219B) is known color: Persian Rose. HEX triplet: E9, 21 and 9B. RGB value is (233,33,155). Sum of RGB (Red+Green+Blue) = 233+33+155=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9219B is #16DE64. Grayscale: #6A6A6A. Windows color (decimal): -1498725 or 10166761. OLE color: 10166761.

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

Color convert

RGB 233 33 155 -
CMYK 0 0.86 0.33 0.09
HSL 323.4º 0.82% 0.52% -
HSV(B) 323.4º 0.86% 0.91% -
XYZ 40.06 20.78 32.91 -
YUV 106.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 233 33 155 0 0.86 0.33 0.09 323.4 0.82 0.52
Hex E9 21 9B 0 56 21 9 143 52 34
Octal 351 41 233 0 126 41 11 503 122 64
Binary 11101001 100001 10011011 0 1010110 100001 1001 101000011 1010010 110100

Color Harmonies of #E9219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9219B

Black with #E9219B

Text Example


Text Example

White with #E9219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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