Html Css Color HEX #E2709D Pale Violet Red

📋 copy color: '#E2709D'

red 226 ◦ green 112 ◦ blue 157

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

Shades of Pale Violet Red #E2709D

Tints of Pale Violet Red #E2709D

RGB

 RED value IS 226 (88.67% from 255) = 45.66%

 GREEN value IS 112 (44.14% from 255) = 22.63%

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

R = 45.66%
G = 22.63%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2709D (or 0xE2709D) is known color: Pale Violet Red. HEX triplet: E2, 70 and 9D. RGB value is (226,112,157). Sum of RGB (Red+Green+Blue) = 226+112+157=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2709D is #1D8F62. Grayscale: #979797. Windows color (decimal): -1937251 or 10318050. OLE color: 10318050.

HSL color Cylindrical-coordinate representation of color #E2709D: hue angle of 336.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2709D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 112 157 -
CMYK 0 0.50 0.31 0.11
HSL 336.32º 0.66% 0.66% -
HSV(B) 336.32º 0.5% 0.89% -
XYZ 43.24 30.19 35.45 -
YUV 151.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 226 112 157 0 0.50 0.31 0.11 336.32 0.66 0.66
Hex E2 70 9D 0 32 1F B 150 42 42
Octal 342 160 235 0 62 37 13 520 102 102
Binary 11100010 1110000 10011101 0 110010 11111 1011 101010000 1000010 1000010

Color Harmonies of #E2709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2709D

Black with #E2709D

Text Example


Text Example

White with #E2709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2709D; }

 p { color: rgb(226,112,157); }

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

background-color css

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

 a { background-color: rgb(226,112,157); }

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

border-color css

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

 span { border-color: rgb(226,112,157); }

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