Html Css Color HEX #EB728D Deep Blush

📋 copy color: '#EB728D'

red 235 ◦ green 114 ◦ blue 141

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

Shades of Deep Blush #EB728D

Tints of Deep Blush #EB728D

RGB

 RED value IS 235 (92.19% from 255) = 47.96%

 GREEN value IS 114 (44.92% from 255) = 23.27%

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 47.96%
G = 23.27%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB728D (or 0xEB728D) is known color: Deep Blush. HEX triplet: EB, 72 and 8D. RGB value is (235,114,141). Sum of RGB (Red+Green+Blue) = 235+114+141=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB728D is #148D72. Grayscale: #999999. Windows color (decimal): -1346931 or 9269995. OLE color: 9269995.

HSL color Cylindrical-coordinate representation of color #EB728D: hue angle of 346.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB728D is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 114 141 -
CMYK 0 0.51 0.4 0.08
HSL 346.61º 0.75% 0.68% -
HSV(B) 346.61º 0.51% 0.92% -
XYZ 45.09 31.62 28.93 -
YUV 153.26 121.09 186.3 -
System Red Green Blue C M Y K H S L
Decimal 235 114 141 0 0.51 0.4 0.08 346.61 0.75 0.68
Hex EB 72 8D 0 33 28 8 15B 4B 44
Octal 353 162 215 0 63 50 10 533 113 104
Binary 11101011 1110010 10001101 0 110011 101000 1000 101011011 1001011 1000100

Color Harmonies of #EB728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB728D

Black with #EB728D

Text Example


Text Example

White with #EB728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB728D; }

 p { color: rgb(235,114,141); }

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

background-color css

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

 a { background-color: rgb(235,114,141); }

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

border-color css

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

 span { border-color: rgb(235,114,141); }

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