Html Css Color HEX #EB718E Deep Blush

📋 copy color: '#EB718E'

red 235 ◦ green 113 ◦ blue 142

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

Shades of Deep Blush #EB718E

Tints of Deep Blush #EB718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 47.96%
G = 23.06%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB718E (or 0xEB718E) is known color: Deep Blush. HEX triplet: EB, 71 and 8E. RGB value is (235,113,142). Sum of RGB (Red+Green+Blue) = 235+113+142=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB718E is #148E71. Grayscale: #989898. Windows color (decimal): -1347186 or 9335275. OLE color: 9335275.

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

Color convert

RGB 235 113 142 -
CMYK 0 0.52 0.40 0.08
HSL 345.74º 0.75% 0.68% -
HSV(B) 345.74º 0.52% 0.92% -
XYZ 45.05 31.43 29.28 -
YUV 152.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 235 113 142 0 0.52 0.40 0.08 345.74 0.75 0.68
Hex EB 71 8E 0 34 28 8 15A 4B 44
Octal 353 161 216 0 64 50 10 532 113 104
Binary 11101011 1110001 10001110 0 110100 101000 1000 101011010 1001011 1000100

Color Harmonies of #EB718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB718E

Black with #EB718E

Text Example


Text Example

White with #EB718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB718E; }

 p { color: rgb(235,113,142); }

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

background-color css

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

 a { background-color: rgb(235,113,142); }

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

border-color css

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

 span { border-color: rgb(235,113,142); }

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