Html Css Color HEX #E2749D Pale Violet Red

📋 copy color: '#E2749D'

red 226 ◦ green 116 ◦ blue 157

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

Shades of Pale Violet Red #E2749D

Tints of Pale Violet Red #E2749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.25%

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

R = 45.29%
G = 23.25%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2749D (or 0xE2749D) is known color: Pale Violet Red. HEX triplet: E2, 74 and 9D. RGB value is (226,116,157). Sum of RGB (Red+Green+Blue) = 226+116+157=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2749D is #1D8B62. Grayscale: #999999. Windows color (decimal): -1936227 or 10319074. OLE color: 10319074.

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

Color convert

RGB 226 116 157 -
CMYK 0 0.49 0.31 0.11
HSL 337.64º 0.65% 0.67% -
HSV(B) 337.64º 0.49% 0.89% -
XYZ 43.7 31.09 35.6 -
YUV 153.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 226 116 157 0 0.49 0.31 0.11 337.64 0.65 0.67
Hex E2 74 9D 0 31 1F B 152 41 43
Octal 342 164 235 0 61 37 13 522 101 103
Binary 11100010 1110100 10011101 0 110001 11111 1011 101010010 1000001 1000011

Color Harmonies of #E2749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2749D

Black with #E2749D

Text Example


Text Example

White with #E2749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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