Html Css Color HEX #E26380 Deep Blush

📋 copy color: '#E26380'

red 226 ◦ green 99 ◦ blue 128

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

Shades of Deep Blush #E26380

Tints of Deep Blush #E26380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 49.89%
G = 21.85%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E26380 (or 0xE26380) is known color: Deep Blush. HEX triplet: E2, 63 and 80. RGB value is (226,99,128). Sum of RGB (Red+Green+Blue) = 226+99+128=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E26380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26380 is #1D9C7F. Grayscale: #8C8C8C. Windows color (decimal): -1940608 or 8414178. OLE color: 8414178.

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

Color convert

RGB 226 99 128 -
CMYK 0 0.56 0.43 0.11
HSL 346.3º 0.69% 0.64% -
HSV(B) 346.3º 0.56% 0.89% -
XYZ 39.72 26.65 23.47 -
YUV 140.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 226 99 128 0 0.56 0.43 0.11 346.3 0.69 0.64
Hex E2 63 80 0 38 2B B 15A 45 40
Octal 342 143 200 0 70 53 13 532 105 100
Binary 11100010 1100011 10000000 0 111000 101011 1011 101011010 1000101 1000000

Color Harmonies of #E26380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26380

Black with #E26380

Text Example


Text Example

White with #E26380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26380; }

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

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

background-color css

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

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

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

border-color css

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

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

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