Html Css Color HEX #E26C93 Pale Violet Red

📋 copy color: '#E26C93'

red 226 ◦ green 108 ◦ blue 147

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

Shades of Pale Violet Red #E26C93

Tints of Pale Violet Red #E26C93

RGB

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

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

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

R = 46.99%
G = 22.45%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E26C93 (or 0xE26C93) is known color: Pale Violet Red. HEX triplet: E2, 6C and 93. RGB value is (226,108,147). Sum of RGB (Red+Green+Blue) = 226+108+147=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C93 is #1D936C. Grayscale: #939393. Windows color (decimal): -1938285 or 9661666. OLE color: 9661666.

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

Color convert

RGB 226 108 147 -
CMYK 0 0.52 0.35 0.11
HSL 340.17º 0.67% 0.65% -
HSV(B) 340.17º 0.52% 0.89% -
XYZ 41.99 29 30.99 -
YUV 147.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 226 108 147 0 0.52 0.35 0.11 340.17 0.67 0.65
Hex E2 6C 93 0 34 23 B 154 43 41
Octal 342 154 223 0 64 43 13 524 103 101
Binary 11100010 1101100 10010011 0 110100 100011 1011 101010100 1000011 1000001

Color Harmonies of #E26C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26C93

Black with #E26C93

Text Example


Text Example

White with #E26C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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