Html Css Color HEX #E07D83 Deep Blush

📋 copy color: '#E07D83'

red 224 ◦ green 125 ◦ blue 131

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

Shades of Deep Blush #E07D83

Tints of Deep Blush #E07D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 131 (51.56% from 255) = 27.29%

R = 46.67%
G = 26.04%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07D83 (or 0xE07D83) is known color: Deep Blush. HEX triplet: E0, 7D and 83. RGB value is (224,125,131). Sum of RGB (Red+Green+Blue) = 224+125+131=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D83 is #1F827C. Grayscale: #9B9B9B. Windows color (decimal): -2065021 or 8617440. OLE color: 8617440.

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

Color convert

RGB 224 125 131 -
CMYK 0 0.44 0.42 0.12
HSL 356.36º 0.61% 0.68% -
HSV(B) 356.36º 0.44% 0.88% -
XYZ 42.17 32.15 25.46 -
YUV 155.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 224 125 131 0 0.44 0.42 0.12 356.36 0.61 0.68
Hex E0 7D 83 0 2C 2A C 164 3D 44
Octal 340 175 203 0 54 52 14 544 75 104
Binary 11100000 1111101 10000011 0 101100 101010 1100 101100100 111101 1000100

Color Harmonies of #E07D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D83

Black with #E07D83

Text Example


Text Example

White with #E07D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D83; }

 p { color: rgb(224,125,131); }

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

background-color css

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

 a { background-color: rgb(224,125,131); }

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

border-color css

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

 span { border-color: rgb(224,125,131); }

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