Html Css Color HEX #E26295 Pale Violet Red

📋 copy color: '#E26295'

red 226 ◦ green 98 ◦ blue 149

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

Shades of Pale Violet Red #E26295

Tints of Pale Violet Red #E26295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 47.78%
G = 20.72%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E26295 (or 0xE26295) is known color: Pale Violet Red. HEX triplet: E2, 62 and 95. RGB value is (226,98,149). Sum of RGB (Red+Green+Blue) = 226+98+149=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E26295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26295 is #1D9D6A. Grayscale: #8E8E8E. Windows color (decimal): -1940843 or 9790178. OLE color: 9790178.

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

Color convert

RGB 226 98 149 -
CMYK 0 0.57 0.34 0.11
HSL 336.09º 0.69% 0.64% -
HSV(B) 336.09º 0.57% 0.89% -
XYZ 41.16 27.07 31.49 -
YUV 142.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 226 98 149 0 0.57 0.34 0.11 336.09 0.69 0.64
Hex E2 62 95 0 39 22 B 150 45 40
Octal 342 142 225 0 71 42 13 520 105 100
Binary 11100010 1100010 10010101 0 111001 100010 1011 101010000 1000101 1000000

Color Harmonies of #E26295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26295

Black with #E26295

Text Example


Text Example

White with #E26295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26295; }

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

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

background-color css

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

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

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

border-color css

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

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

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