Html Css Color HEX #EB768A Deep Blush

📋 copy color: '#EB768A'

red 235 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #EB768A

Tints of Deep Blush #EB768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 47.86%
G = 24.03%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB768A (or 0xEB768A) is known color: Deep Blush. HEX triplet: EB, 76 and 8A. RGB value is (235,118,138). Sum of RGB (Red+Green+Blue) = 235+118+138=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB768A is #148975. Grayscale: #9B9B9B. Windows color (decimal): -1345910 or 9074411. OLE color: 9074411.

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

Color convert

RGB 235 118 138 -
CMYK 0 0.50 0.41 0.08
HSL 349.74º 0.75% 0.69% -
HSV(B) 349.74º 0.5% 0.92% -
XYZ 45.33 32.45 27.92 -
YUV 155.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 235 118 138 0 0.50 0.41 0.08 349.74 0.75 0.69
Hex EB 76 8A 0 32 29 8 15E 4B 45
Octal 353 166 212 0 62 51 10 536 113 105
Binary 11101011 1110110 10001010 0 110010 101001 1000 101011110 1001011 1000101

Color Harmonies of #EB768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB768A

Black with #EB768A

Text Example


Text Example

White with #EB768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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