Html Css Color HEX #E7219C Persian Rose

📋 copy color: '#E7219C'

red 231 ◦ green 33 ◦ blue 156

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

Shades of Persian Rose #E7219C

Tints of Persian Rose #E7219C

RGB

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

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

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

R = 55%
G = 7.86%
B = 37.14%

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

#E7219C (or 0xE7219C) is known color: Persian Rose. HEX triplet: E7, 21 and 9C. RGB value is (231,33,156). Sum of RGB (Red+Green+Blue) = 231+33+156=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7219C is #18DE63. Grayscale: #696969. Windows color (decimal): -1629796 or 10232295. OLE color: 10232295.

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

Color convert

RGB 231 33 156 -
CMYK 0 0.86 0.32 0.09
HSL 322.73º 0.8% 0.52% -
HSV(B) 322.73º 0.86% 0.91% -
XYZ 39.5 20.48 33.32 -
YUV 106.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 231 33 156 0 0.86 0.32 0.09 322.73 0.8 0.52
Hex E7 21 9C 0 56 20 9 143 50 34
Octal 347 41 234 0 126 40 11 503 120 64
Binary 11100111 100001 10011100 0 1010110 100000 1001 101000011 1010000 110100

Color Harmonies of #E7219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7219C

Black with #E7219C

Text Example


Text Example

White with #E7219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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