Html Css Color HEX #E07481 Deep Blush

📋 copy color: '#E07481'

red 224 ◦ green 116 ◦ blue 129

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

Shades of Deep Blush #E07481

Tints of Deep Blush #E07481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.73%

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

R = 47.76%
G = 24.73%
B = 27.51%

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

#E07481 (or 0xE07481) is known color: Deep Blush. HEX triplet: E0, 74 and 81. RGB value is (224,116,129). Sum of RGB (Red+Green+Blue) = 224+116+129=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E07481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07481 is #1F8B7E. Grayscale: #959595. Windows color (decimal): -2067327 or 8484064. OLE color: 8484064.

HSL color Cylindrical-coordinate representation of color #E07481: hue angle of 352.78º degrees, saturation: 0.64, 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 #E07481 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 129 -
CMYK 0 0.48 0.42 0.12
HSL 352.78º 0.64% 0.67% -
HSV(B) 352.78º 0.48% 0.88% -
XYZ 40.95 29.92 24.39 -
YUV 149.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 224 116 129 0 0.48 0.42 0.12 352.78 0.64 0.67
Hex E0 74 81 0 30 2A C 161 40 43
Octal 340 164 201 0 60 52 14 541 100 103
Binary 11100000 1110100 10000001 0 110000 101010 1100 101100001 1000000 1000011

Color Harmonies of #E07481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07481

Black with #E07481

Text Example


Text Example

White with #E07481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07481; }

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

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

background-color css

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

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

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

border-color css

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

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

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