Html Css Color HEX #E07381 Deep Blush

📋 copy color: '#E07381'

red 224 ◦ green 115 ◦ blue 129

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

Shades of Deep Blush #E07381

Tints of Deep Blush #E07381

RGB

 RED value IS 224 (87.89% from 255) = 47.86%

 GREEN value IS 115 (45.31% from 255) = 24.57%

 BLUE value IS 129 (50.78% from 255) = 27.56%

R = 47.86%
G = 24.57%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07381 (or 0xE07381) is known color: Deep Blush. HEX triplet: E0, 73 and 81. RGB value is (224,115,129). Sum of RGB (Red+Green+Blue) = 224+115+129=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E07381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07381 is #1F8C7E. Grayscale: #959595. Windows color (decimal): -2067583 or 8483808. OLE color: 8483808.

HSL color Cylindrical-coordinate representation of color #E07381: hue angle of 352.29º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07381 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 129 -
CMYK 0 0.49 0.42 0.12
HSL 352.29º 0.64% 0.66% -
HSV(B) 352.29º 0.49% 0.88% -
XYZ 40.83 29.69 24.35 -
YUV 149.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 224 115 129 0 0.49 0.42 0.12 352.29 0.64 0.66
Hex E0 73 81 0 31 2A C 160 40 42
Octal 340 163 201 0 61 52 14 540 100 102
Binary 11100000 1110011 10000001 0 110001 101010 1100 101100000 1000000 1000010

Color Harmonies of #E07381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07381

Black with #E07381

Text Example


Text Example

White with #E07381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07381; }

 p { color: rgb(224,115,129); }

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

background-color css

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

 a { background-color: rgb(224,115,129); }

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

border-color css

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

 span { border-color: rgb(224,115,129); }

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