Html Css Color HEX #EB728B Deep Blush

📋 copy color: '#EB728B'

red 235 ◦ green 114 ◦ blue 139

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

Shades of Deep Blush #EB728B

Tints of Deep Blush #EB728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 48.16%
G = 23.36%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB728B (or 0xEB728B) is known color: Deep Blush. HEX triplet: EB, 72 and 8B. RGB value is (235,114,139). Sum of RGB (Red+Green+Blue) = 235+114+139=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB728B is #148D74. Grayscale: #999999. Windows color (decimal): -1346933 or 9138923. OLE color: 9138923.

HSL color Cylindrical-coordinate representation of color #EB728B: hue angle of 347.6º 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 #EB728B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 114 139 -
CMYK 0 0.51 0.41 0.08
HSL 347.6º 0.75% 0.68% -
HSV(B) 347.6º 0.51% 0.92% -
XYZ 44.94 31.56 28.15 -
YUV 153.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 235 114 139 0 0.51 0.41 0.08 347.6 0.75 0.68
Hex EB 72 8B 0 33 29 8 15C 4B 44
Octal 353 162 213 0 63 51 10 534 113 104
Binary 11101011 1110010 10001011 0 110011 101001 1000 101011100 1001011 1000100

Color Harmonies of #EB728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB728B

Black with #EB728B

Text Example


Text Example

White with #EB728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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