Html Css Color HEX #EB8C80 Sweet Pink

📋 copy color: '#EB8C80'

red 235 ◦ green 140 ◦ blue 128

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

Shades of Sweet Pink #EB8C80

Tints of Sweet Pink #EB8C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

 BLUE value IS 128 (50.39% from 255) = 25.45%

R = 46.72%
G = 27.83%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB8C80 (or 0xEB8C80) is known color: Sweet Pink. HEX triplet: EB, 8C and 80. RGB value is (235,140,128). Sum of RGB (Red+Green+Blue) = 235+140+128=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C80 is #14737F. Grayscale: #A7A7A7. Windows color (decimal): -1340288 or 8424683. OLE color: 8424683.

HSL color Cylindrical-coordinate representation of color #EB8C80: hue angle of 6.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB8C80 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 128 -
CMYK 0 0.40 0.46 0.08
HSL 6.73º 0.73% 0.71% -
HSV(B) 6.73º 0.46% 0.92% -
XYZ 47.54 37.98 25.25 -
YUV 167.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 235 140 128 0 0.40 0.46 0.08 6.73 0.73 0.71
Hex EB 8C 80 0 28 2E 8 7 49 47
Octal 353 214 200 0 50 56 10 7 111 107
Binary 11101011 10001100 10000000 0 101000 101110 1000 111 1001001 1000111

Color Harmonies of #EB8C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C80

Black with #EB8C80

Text Example


Text Example

White with #EB8C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C80; }

 p { color: rgb(235,140,128); }

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

background-color css

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

 a { background-color: rgb(235,140,128); }

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

border-color css

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

 span { border-color: rgb(235,140,128); }

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