Html Css Color HEX #E26CA9 Pale Violet Red

📋 copy color: '#E26CA9'

red 226 ◦ green 108 ◦ blue 169

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

Shades of Pale Violet Red #E26CA9

Tints of Pale Violet Red #E26CA9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

 BLUE value IS 169 (66.41% from 255) = 33.6%

R = 44.93%
G = 21.47%
B = 33.6%

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

#E26CA9 (or 0xE26CA9) is known color: Pale Violet Red. HEX triplet: E2, 6C and A9. RGB value is (226,108,169). Sum of RGB (Red+Green+Blue) = 226+108+169=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26CA9 is #1D9356. Grayscale: #969696. Windows color (decimal): -1938263 or 11103458. OLE color: 11103458.

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

Color convert

RGB 226 108 169 -
CMYK 0 0.52 0.25 0.11
HSL 328.98º 0.67% 0.65% -
HSV(B) 328.98º 0.52% 0.89% -
XYZ 43.89 29.76 40.97 -
YUV 150.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 226 108 169 0 0.52 0.25 0.11 328.98 0.67 0.65
Hex E2 6C A9 0 34 19 B 149 43 41
Octal 342 154 251 0 64 31 13 511 103 101
Binary 11100010 1101100 10101001 0 110100 11001 1011 101001001 1000011 1000001

Color Harmonies of #E26CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CA9

Black with #E26CA9

Text Example


Text Example

White with #E26CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CA9; }

 p { color: rgb(226,108,169); }

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

background-color css

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

 a { background-color: rgb(226,108,169); }

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

border-color css

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

 span { border-color: rgb(226,108,169); }

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