Html Css Color HEX #E7209D Persian Rose

📋 copy color: '#E7209D'

red 231 ◦ green 32 ◦ blue 157

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

Shades of Persian Rose #E7209D

Tints of Persian Rose #E7209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.62%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 55%
G = 7.62%
B = 37.38%

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

#E7209D (or 0xE7209D) is known color: Persian Rose. HEX triplet: E7, 20 and 9D. RGB value is (231,32,157). Sum of RGB (Red+Green+Blue) = 231+32+157=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7209D is #18DF62. Grayscale: #696969. Windows color (decimal): -1630051 or 10297575. OLE color: 10297575.

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

Color convert

RGB 231 32 157 -
CMYK 0 0.86 0.32 0.09
HSL 322.31º 0.81% 0.52% -
HSV(B) 322.31º 0.86% 0.91% -
XYZ 39.56 20.46 33.76 -
YUV 105.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 231 32 157 0 0.86 0.32 0.09 322.31 0.81 0.52
Hex E7 20 9D 0 56 20 9 142 51 34
Octal 347 40 235 0 126 40 11 502 121 64
Binary 11100111 100000 10011101 0 1010110 100000 1001 101000010 1010001 110100

Color Harmonies of #E7209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7209D

Black with #E7209D

Text Example


Text Example

White with #E7209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7209D; }

 p { color: rgb(231,32,157); }

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

background-color css

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

 a { background-color: rgb(231,32,157); }

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

border-color css

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

 span { border-color: rgb(231,32,157); }

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