Html Css Color HEX #E26293 Pale Violet Red

📋 copy color: '#E26293'

red 226 ◦ green 98 ◦ blue 147

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

Shades of Pale Violet Red #E26293

Tints of Pale Violet Red #E26293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

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

R = 47.98%
G = 20.81%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E26293 (or 0xE26293) is known color: Pale Violet Red. HEX triplet: E2, 62 and 93. RGB value is (226,98,147). Sum of RGB (Red+Green+Blue) = 226+98+147=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E26293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26293 is #1D9D6C. Grayscale: #8D8D8D. Windows color (decimal): -1940845 or 9659106. OLE color: 9659106.

HSL color Cylindrical-coordinate representation of color #E26293: hue angle of 337.03º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26293 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 98 147 -
CMYK 0 0.57 0.35 0.11
HSL 337.03º 0.69% 0.64% -
HSV(B) 337.03º 0.57% 0.89% -
XYZ 41 27.01 30.66 -
YUV 141.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 226 98 147 0 0.57 0.35 0.11 337.03 0.69 0.64
Hex E2 62 93 0 39 23 B 151 45 40
Octal 342 142 223 0 71 43 13 521 105 100
Binary 11100010 1100010 10010011 0 111001 100011 1011 101010001 1000101 1000000

Color Harmonies of #E26293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26293

Black with #E26293

Text Example


Text Example

White with #E26293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26293; }

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

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

background-color css

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

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

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

border-color css

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

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

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