Html Css Color HEX #EB8D81 Sweet Pink

📋 copy color: '#EB8D81'

red 235 ◦ green 141 ◦ blue 129

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

Shades of Sweet Pink #EB8D81

Tints of Sweet Pink #EB8D81

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.92%

 BLUE value IS 129 (50.78% from 255) = 25.54%

R = 46.53%
G = 27.92%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB8D81 (or 0xEB8D81) is known color: Sweet Pink. HEX triplet: EB, 8D and 81. RGB value is (235,141,129). Sum of RGB (Red+Green+Blue) = 235+141+129=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D81 is #14727E. Grayscale: #A7A7A7. Windows color (decimal): -1340031 or 8490475. OLE color: 8490475.

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

Color convert

RGB 235 141 129 -
CMYK 0 0.4 0.45 0.08
HSL 6.79º 0.73% 0.71% -
HSV(B) 6.79º 0.45% 0.92% -
XYZ 47.75 38.3 25.64 -
YUV 167.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 235 141 129 0 0.4 0.45 0.08 6.79 0.73 0.71
Hex EB 8D 81 0 28 2D 8 7 49 47
Octal 353 215 201 0 50 55 10 7 111 107
Binary 11101011 10001101 10000001 0 101000 101101 1000 111 1001001 1000111

Color Harmonies of #EB8D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D81

Black with #EB8D81

Text Example


Text Example

White with #EB8D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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