Html Css Color HEX #E26590 Pale Violet Red

📋 copy color: '#E26590'

red 226 ◦ green 101 ◦ blue 144

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

Shades of Pale Violet Red #E26590

Tints of Pale Violet Red #E26590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.44%

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

R = 47.98%
G = 21.44%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E26590 (or 0xE26590) is known color: Pale Violet Red. HEX triplet: E2, 65 and 90. RGB value is (226,101,144). Sum of RGB (Red+Green+Blue) = 226+101+144=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E26590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26590 is #1D9A6F. Grayscale: #8F8F8F. Windows color (decimal): -1940080 or 9463266. OLE color: 9463266.

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

Color convert

RGB 226 101 144 -
CMYK 0 0.55 0.36 0.11
HSL 339.36º 0.68% 0.64% -
HSV(B) 339.36º 0.55% 0.89% -
XYZ 41.05 27.49 29.53 -
YUV 143.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 226 101 144 0 0.55 0.36 0.11 339.36 0.68 0.64
Hex E2 65 90 0 37 24 B 153 44 40
Octal 342 145 220 0 67 44 13 523 104 100
Binary 11100010 1100101 10010000 0 110111 100100 1011 101010011 1000100 1000000

Color Harmonies of #E26590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26590

Black with #E26590

Text Example


Text Example

White with #E26590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26590; }

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

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

background-color css

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

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

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

border-color css

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

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

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