Html Css Color HEX #E26392 Pale Violet Red

📋 copy color: '#E26392'

red 226 ◦ green 99 ◦ blue 146

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

Shades of Pale Violet Red #E26392

Tints of Pale Violet Red #E26392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.02%

 BLUE value IS 146 (57.42% from 255) = 31%

R = 47.98%
G = 21.02%
B = 31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E26392 (or 0xE26392) is known color: Pale Violet Red. HEX triplet: E2, 63 and 92. RGB value is (226,99,146). Sum of RGB (Red+Green+Blue) = 226+99+146=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E26392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26392 is #1D9C6D. Grayscale: #8E8E8E. Windows color (decimal): -1940590 or 9593826. OLE color: 9593826.

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

Color convert

RGB 226 99 146 -
CMYK 0 0.56 0.35 0.11
HSL 337.8º 0.69% 0.64% -
HSV(B) 337.8º 0.56% 0.89% -
XYZ 41.01 27.17 30.28 -
YUV 142.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 226 99 146 0 0.56 0.35 0.11 337.8 0.69 0.64
Hex E2 63 92 0 38 23 B 152 45 40
Octal 342 143 222 0 70 43 13 522 105 100
Binary 11100010 1100011 10010010 0 111000 100011 1011 101010010 1000101 1000000

Color Harmonies of #E26392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26392

Black with #E26392

Text Example


Text Example

White with #E26392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26392; }

 p { color: rgb(226,99,146); }

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

background-color css

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

 a { background-color: rgb(226,99,146); }

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

border-color css

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

 span { border-color: rgb(226,99,146); }

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