#e26484

Color #E26484 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E26484

Tints of Deep Blush #E26484

Color information

#E26484 (or 0xE26484) is unknown color: approx Deep Blush. HEX triplet: E2, 64 and 84. RGB value is (226,100,132). Sum of RGB (Red+Green+Blue) = 226+100+132=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E26484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26484 is #1D9B7B. Grayscale: #8D8D8D. Windows color (decimal): -1940348 or 8676578. OLE color: 8676578.

HSL color Cylindrical-coordinate representation of color #E26484: hue angle of 344.76º degrees, saturation: 0.68, 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 #E26484 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB226100132-
CMYK00.560.420.11
HSL344.76º68.48%63.92%-
HSV(B)344.76º55.75%88.63%-
XYZ40.0926.9524.92-
YUV141.32122.74188.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 132 (51.95% from 255) = 28.82%
R=49.34%
G=21.83%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610013200.560.420.11344.7668.4863.92
HexE264840382AB1594440
Octal3421442040705213531104100
Binary111000101100100100001000111000101010101110101100110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26484; }

 p { color: rgb(226,100,132); }

 H1.HeaderClassName
 {
   color: #e26484;
 }
 .AnyTagClassName
 {
   color: #e26484;
 }
</style>
background-color css

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

 a { background-color: rgb(226,100,132); }

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

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

 span { border-color: rgb(226,100,132); }

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