Html Css Color HEX #E7209B Persian Rose

📋 copy color: '#E7209B'

red 231 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #E7209B

Tints of Persian Rose #E7209B

RGB

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

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

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

R = 55.26%
G = 7.66%
B = 37.08%

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

#E7209B (or 0xE7209B) is known color: Persian Rose. HEX triplet: E7, 20 and 9B. RGB value is (231,32,155). Sum of RGB (Red+Green+Blue) = 231+32+155=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E7209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7209B is #18DF64. Grayscale: #696969. Windows color (decimal): -1630053 or 10166503. OLE color: 10166503.

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

Color convert

RGB 231 32 155 -
CMYK 0 0.86 0.33 0.09
HSL 322.91º 0.81% 0.52% -
HSV(B) 322.91º 0.86% 0.91% -
XYZ 39.39 20.39 32.87 -
YUV 105.52 155.93 217.5 -
System Red Green Blue C M Y K H S L
Decimal 231 32 155 0 0.86 0.33 0.09 322.91 0.81 0.52
Hex E7 20 9B 0 56 21 9 143 51 34
Octal 347 40 233 0 126 41 11 503 121 64
Binary 11100111 100000 10011011 0 1010110 100001 1001 101000011 1010001 110100

Color Harmonies of #E7209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7209B

Black with #E7209B

Text Example


Text Example

White with #E7209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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