Html Css Color HEX #E7219E Persian Rose

📋 copy color: '#E7219E'

red 231 ◦ green 33 ◦ blue 158

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

Shades of Persian Rose #E7219E

Tints of Persian Rose #E7219E

RGB

 RED value IS 231 (90.63% from 255) = 54.74%

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

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 54.74%
G = 7.82%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7219E (or 0xE7219E) is known color: Persian Rose. HEX triplet: E7, 21 and 9E. RGB value is (231,33,158). Sum of RGB (Red+Green+Blue) = 231+33+158=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7219E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7219E is #18DE61. Grayscale: #6A6A6A. Windows color (decimal): -1629794 or 10363367. OLE color: 10363367.

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

Color convert

RGB 231 33 158 -
CMYK 0 0.86 0.32 0.09
HSL 322.12º 0.8% 0.52% -
HSV(B) 322.12º 0.86% 0.91% -
XYZ 39.67 20.55 34.22 -
YUV 106.45 157.1 216.84 -
System Red Green Blue C M Y K H S L
Decimal 231 33 158 0 0.86 0.32 0.09 322.12 0.8 0.52
Hex E7 21 9E 0 56 20 9 142 50 34
Octal 347 41 236 0 126 40 11 502 120 64
Binary 11100111 100001 10011110 0 1010110 100000 1001 101000010 1010000 110100

Color Harmonies of #E7219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7219E

Black with #E7219E

Text Example


Text Example

White with #E7219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7219E; }

 p { color: rgb(231,33,158); }

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

background-color css

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

 a { background-color: rgb(231,33,158); }

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

border-color css

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

 span { border-color: rgb(231,33,158); }

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