Html Css Color HEX #E26290 Pale Violet Red

📋 copy color: '#E26290'

red 226 ◦ green 98 ◦ blue 144

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

Shades of Pale Violet Red #E26290

Tints of Pale Violet Red #E26290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 48.29%
G = 20.94%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E26290 (or 0xE26290) is known color: Pale Violet Red. HEX triplet: E2, 62 and 90. RGB value is (226,98,144). Sum of RGB (Red+Green+Blue) = 226+98+144=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E26290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26290 is #1D9D6F. Grayscale: #8D8D8D. Windows color (decimal): -1940848 or 9462498. OLE color: 9462498.

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

Color convert

RGB 226 98 144 -
CMYK 0 0.57 0.36 0.11
HSL 338.44º 0.69% 0.64% -
HSV(B) 338.44º 0.57% 0.89% -
XYZ 40.77 26.92 29.43 -
YUV 141.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 226 98 144 0 0.57 0.36 0.11 338.44 0.69 0.64
Hex E2 62 90 0 39 24 B 152 45 40
Octal 342 142 220 0 71 44 13 522 105 100
Binary 11100010 1100010 10010000 0 111001 100100 1011 101010010 1000101 1000000

Color Harmonies of #E26290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26290

Black with #E26290

Text Example


Text Example

White with #E26290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26290; }

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

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

background-color css

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

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

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

border-color css

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

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

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