Html Css Color HEX #E7209A Persian Rose

📋 copy color: '#E7209A'

red 231 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #E7209A

Tints of Persian Rose #E7209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 55.4%
G = 7.67%
B = 36.93%

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

#E7209A (or 0xE7209A) is known color: Persian Rose. HEX triplet: E7, 20 and 9A. RGB value is (231,32,154). Sum of RGB (Red+Green+Blue) = 231+32+154=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7209A is #18DF65. Grayscale: #696969. Windows color (decimal): -1630054 or 10100967. OLE color: 10100967.

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

Color convert

RGB 231 32 154 -
CMYK 0 0.86 0.33 0.09
HSL 323.22º 0.81% 0.52% -
HSV(B) 323.22º 0.86% 0.91% -
XYZ 39.3 20.36 32.43 -
YUV 105.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 231 32 154 0 0.86 0.33 0.09 323.22 0.81 0.52
Hex E7 20 9A 0 56 21 9 143 51 34
Octal 347 40 232 0 126 41 11 503 121 64
Binary 11100111 100000 10011010 0 1010110 100001 1001 101000011 1010001 110100

Color Harmonies of #E7209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7209A

Black with #E7209A

Text Example


Text Example

White with #E7209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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