Html Css Color HEX #E07581 Deep Blush

📋 copy color: '#E07581'

red 224 ◦ green 117 ◦ blue 129

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

Shades of Deep Blush #E07581

Tints of Deep Blush #E07581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

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

R = 47.66%
G = 24.89%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07581 (or 0xE07581) is known color: Deep Blush. HEX triplet: E0, 75 and 81. RGB value is (224,117,129). Sum of RGB (Red+Green+Blue) = 224+117+129=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E07581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07581 is #1F8A7E. Grayscale: #969696. Windows color (decimal): -2067071 or 8484320. OLE color: 8484320.

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

Color convert

RGB 224 117 129 -
CMYK 0 0.48 0.42 0.12
HSL 353.27º 0.63% 0.67% -
HSV(B) 353.27º 0.48% 0.88% -
XYZ 41.06 30.15 24.43 -
YUV 150.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 224 117 129 0 0.48 0.42 0.12 353.27 0.63 0.67
Hex E0 75 81 0 30 2A C 161 3F 43
Octal 340 165 201 0 60 52 14 541 77 103
Binary 11100000 1110101 10000001 0 110000 101010 1100 101100001 111111 1000011

Color Harmonies of #E07581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07581

Black with #E07581

Text Example


Text Example

White with #E07581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07581; }

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

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

background-color css

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

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

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

border-color css

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

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

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