Html Css Color HEX #E26DAA Pale Violet Red

📋 copy color: '#E26DAA'

red 226 ◦ green 109 ◦ blue 170

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

Shades of Pale Violet Red #E26DAA

Tints of Pale Violet Red #E26DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 44.75%
G = 21.58%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E26DAA (or 0xE26DAA) is known color: Pale Violet Red. HEX triplet: E2, 6D and AA. RGB value is (226,109,170). Sum of RGB (Red+Green+Blue) = 226+109+170=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26DAA is #1D9255. Grayscale: #969696. Windows color (decimal): -1938006 or 11169250. OLE color: 11169250.

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

Color convert

RGB 226 109 170 -
CMYK 0 0.52 0.25 0.11
HSL 328.72º 0.67% 0.66% -
HSV(B) 328.72º 0.52% 0.89% -
XYZ 44.09 30.01 41.5 -
YUV 150.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 226 109 170 0 0.52 0.25 0.11 328.72 0.67 0.66
Hex E2 6D AA 0 34 19 B 149 43 42
Octal 342 155 252 0 64 31 13 511 103 102
Binary 11100010 1101101 10101010 0 110100 11001 1011 101001001 1000011 1000010

Color Harmonies of #E26DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DAA

Black with #E26DAA

Text Example


Text Example

White with #E26DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DAA; }

 p { color: rgb(226,109,170); }

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

background-color css

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

 a { background-color: rgb(226,109,170); }

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

border-color css

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

 span { border-color: rgb(226,109,170); }

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