Html Css Color HEX #E2769A Pale Violet Red

📋 copy color: '#E2769A'

red 226 ◦ green 118 ◦ blue 154

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

Shades of Pale Violet Red #E2769A

Tints of Pale Violet Red #E2769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.69%

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

R = 45.38%
G = 23.69%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2769A (or 0xE2769A) is known color: Pale Violet Red. HEX triplet: E2, 76 and 9A. RGB value is (226,118,154). Sum of RGB (Red+Green+Blue) = 226+118+154=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2769A is #1D8965. Grayscale: #9A9A9A. Windows color (decimal): -1935718 or 10122978. OLE color: 10122978.

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

Color convert

RGB 226 118 154 -
CMYK 0 0.48 0.32 0.11
HSL 340º 0.65% 0.67% -
HSV(B) 340º 0.48% 0.89% -
XYZ 43.68 31.46 34.34 -
YUV 154.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 226 118 154 0 0.48 0.32 0.11 340 0.65 0.67
Hex E2 76 9A 0 30 20 B 154 41 43
Octal 342 166 232 0 60 40 13 524 101 103
Binary 11100010 1110110 10011010 0 110000 100000 1011 101010100 1000001 1000011

Color Harmonies of #E2769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2769A

Black with #E2769A

Text Example


Text Example

White with #E2769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2769A; }

 p { color: rgb(226,118,154); }

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

background-color css

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

 a { background-color: rgb(226,118,154); }

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

border-color css

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

 span { border-color: rgb(226,118,154); }

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