Html Css Color HEX #EB768E Deep Blush

📋 copy color: '#EB768E'

red 235 ◦ green 118 ◦ blue 142

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

Shades of Deep Blush #EB768E

Tints of Deep Blush #EB768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.84%

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

R = 47.47%
G = 23.84%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB768E (or 0xEB768E) is known color: Deep Blush. HEX triplet: EB, 76 and 8E. RGB value is (235,118,142). Sum of RGB (Red+Green+Blue) = 235+118+142=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB768E is #148971. Grayscale: #9B9B9B. Windows color (decimal): -1345906 or 9336555. OLE color: 9336555.

HSL color Cylindrical-coordinate representation of color #EB768E: hue angle of 347.69º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB768E is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 142 -
CMYK 0 0.50 0.40 0.08
HSL 347.69º 0.75% 0.69% -
HSV(B) 347.69º 0.5% 0.92% -
XYZ 45.62 32.57 29.47 -
YUV 155.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 235 118 142 0 0.50 0.40 0.08 347.69 0.75 0.69
Hex EB 76 8E 0 32 28 8 15C 4B 45
Octal 353 166 216 0 62 50 10 534 113 105
Binary 11101011 1110110 10001110 0 110010 101000 1000 101011100 1001011 1000101

Color Harmonies of #EB768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB768E

Black with #EB768E

Text Example


Text Example

White with #EB768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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