Html Css Color HEX #E26A9D Pale Violet Red

📋 copy color: '#E26A9D'

red 226 ◦ green 106 ◦ blue 157

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

Shades of Pale Violet Red #E26A9D

Tints of Pale Violet Red #E26A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.68%

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

R = 46.22%
G = 21.68%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E26A9D (or 0xE26A9D) is known color: Pale Violet Red. HEX triplet: E2, 6A and 9D. RGB value is (226,106,157). Sum of RGB (Red+Green+Blue) = 226+106+157=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26A9D is #1D9562. Grayscale: #939393. Windows color (decimal): -1938787 or 10316514. OLE color: 10316514.

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

Color convert

RGB 226 106 157 -
CMYK 0 0.53 0.31 0.11
HSL 334.5º 0.67% 0.65% -
HSV(B) 334.5º 0.53% 0.89% -
XYZ 42.6 28.91 35.23 -
YUV 147.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 226 106 157 0 0.53 0.31 0.11 334.5 0.67 0.65
Hex E2 6A 9D 0 35 1F B 14E 43 41
Octal 342 152 235 0 65 37 13 516 103 101
Binary 11100010 1101010 10011101 0 110101 11111 1011 101001110 1000011 1000001

Color Harmonies of #E26A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26A9D

Black with #E26A9D

Text Example


Text Example

White with #E26A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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