#E26384

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

Shades of Deep Blush #E26384

Tints of Deep Blush #E26384

Color information

#E26384 (or 0xE26384) is unknown color: approx Deep Blush. HEX triplet: E2, 63 and 84. RGB value is (226,99,132). Sum of RGB (Red+Green+Blue) = 226+99+132=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E26384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26384 is #1D9C7B. Grayscale: #8C8C8C. Windows color (decimal): -1940604 or 8676322. OLE color: 8676322.

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

Color convert

RGB22699132-
CMYK00.560.420.11
HSL344.41º68.65%63.73%-
HSV(B)344.41º56.19%88.63%-
XYZ39.9926.7624.89-
YUV140.73123.08188.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.45%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=49.45%
G=21.66%
B=28.88%

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
Decimal2269913200.560.420.11344.4168.6563.73
HexE263840382AB1584540
Octal3421432040705213530105100
Binary111000101100011100001000111000101010101110101100010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26384; }

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

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

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

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

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

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

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

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