Html Css Color HEX #E26A93 Pale Violet Red

📋 copy color: '#E26A93'

red 226 ◦ green 106 ◦ blue 147

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

Shades of Pale Violet Red #E26A93

Tints of Pale Violet Red #E26A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 47.18%
G = 22.13%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E26A93 (or 0xE26A93) is known color: Pale Violet Red. HEX triplet: E2, 6A and 93. RGB value is (226,106,147). Sum of RGB (Red+Green+Blue) = 226+106+147=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26A93 is #1D956C. Grayscale: #929292. Windows color (decimal): -1938797 or 9661154. OLE color: 9661154.

HSL color Cylindrical-coordinate representation of color #E26A93: hue angle of 339.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 #E26A93 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 106 147 -
CMYK 0 0.53 0.35 0.11
HSL 339.5º 0.67% 0.65% -
HSV(B) 339.5º 0.53% 0.89% -
XYZ 41.78 28.58 30.92 -
YUV 146.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 226 106 147 0 0.53 0.35 0.11 339.5 0.67 0.65
Hex E2 6A 93 0 35 23 B 154 43 41
Octal 342 152 223 0 65 43 13 524 103 101
Binary 11100010 1101010 10010011 0 110101 100011 1011 101010100 1000011 1000001

Color Harmonies of #E26A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26A93

Black with #E26A93

Text Example


Text Example

White with #E26A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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