Html Css Color HEX #EB708B Deep Blush

📋 copy color: '#EB708B'

red 235 ◦ green 112 ◦ blue 139

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

Shades of Deep Blush #EB708B

Tints of Deep Blush #EB708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.05%

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

R = 48.35%
G = 23.05%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB708B (or 0xEB708B) is known color: Deep Blush. HEX triplet: EB, 70 and 8B. RGB value is (235,112,139). Sum of RGB (Red+Green+Blue) = 235+112+139=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB708B is #148F74. Grayscale: #979797. Windows color (decimal): -1347445 or 9138411. OLE color: 9138411.

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

Color convert

RGB 235 112 139 -
CMYK 0 0.52 0.41 0.08
HSL 346.83º 0.75% 0.68% -
HSV(B) 346.83º 0.52% 0.92% -
XYZ 44.72 31.11 28.08 -
YUV 151.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 235 112 139 0 0.52 0.41 0.08 346.83 0.75 0.68
Hex EB 70 8B 0 34 29 8 15B 4B 44
Octal 353 160 213 0 64 51 10 533 113 104
Binary 11101011 1110000 10001011 0 110100 101001 1000 101011011 1001011 1000100

Color Harmonies of #EB708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB708B

Black with #EB708B

Text Example


Text Example

White with #EB708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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