Html Css Color HEX #E26CA1 Pale Violet Red

📋 copy color: '#E26CA1'

red 226 ◦ green 108 ◦ blue 161

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

Shades of Pale Violet Red #E26CA1

Tints of Pale Violet Red #E26CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.53%

R = 45.66%
G = 21.82%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E26CA1 (or 0xE26CA1) is known color: Pale Violet Red. HEX triplet: E2, 6C and A1. RGB value is (226,108,161). Sum of RGB (Red+Green+Blue) = 226+108+161=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26CA1 is #1D935E. Grayscale: #959595. Windows color (decimal): -1938271 or 10579170. OLE color: 10579170.

HSL color Cylindrical-coordinate representation of color #E26CA1: hue angle of 333.05º 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 #E26CA1 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 108 161 -
CMYK 0 0.52 0.29 0.11
HSL 333.05º 0.67% 0.65% -
HSV(B) 333.05º 0.52% 0.89% -
XYZ 43.16 29.47 37.13 -
YUV 149.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 226 108 161 0 0.52 0.29 0.11 333.05 0.67 0.65
Hex E2 6C A1 0 34 1D B 14D 43 41
Octal 342 154 241 0 64 35 13 515 103 101
Binary 11100010 1101100 10100001 0 110100 11101 1011 101001101 1000011 1000001

Color Harmonies of #E26CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CA1

Black with #E26CA1

Text Example


Text Example

White with #E26CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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