Html Css Color HEX #EB8F8D Sweet Pink

📋 copy color: '#EB8F8D'

red 235 ◦ green 143 ◦ blue 141

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

Shades of Sweet Pink #EB8F8D

Tints of Sweet Pink #EB8F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 45.28%
G = 27.55%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB8F8D (or 0xEB8F8D) is known color: Sweet Pink. HEX triplet: EB, 8F and 8D. RGB value is (235,143,141). Sum of RGB (Red+Green+Blue) = 235+143+141=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8F8D is #147072. Grayscale: #AAAAAA. Windows color (decimal): -1339507 or 9277419. OLE color: 9277419.

HSL color Cylindrical-coordinate representation of color #EB8F8D: hue angle of 1.28º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8F8D is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 143 141 -
CMYK 0 0.39 0.4 0.08
HSL 1.28º 0.7% 0.74% -
HSV(B) 1.28º 0.4% 0.92% -
XYZ 48.89 39.23 30.19 -
YUV 170.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 235 143 141 0 0.39 0.4 0.08 1.28 0.7 0.74
Hex EB 8F 8D 0 27 28 8 1 46 4A
Octal 353 217 215 0 47 50 10 1 106 112
Binary 11101011 10001111 10001101 0 100111 101000 1000 1 1000110 1001010

Color Harmonies of #EB8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F8D

Black with #EB8F8D

Text Example


Text Example

White with #EB8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F8D; }

 p { color: rgb(235,143,141); }

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

background-color css

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

 a { background-color: rgb(235,143,141); }

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

border-color css

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

 span { border-color: rgb(235,143,141); }

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