Html Css Color HEX #EA8D8C Sweet Pink

📋 copy color: '#EA8D8C'

red 234 ◦ green 141 ◦ blue 140

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

Shades of Sweet Pink #EA8D8C

Tints of Sweet Pink #EA8D8C

RGB

 RED value IS 234 (91.8% from 255) = 45.44%

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 45.44%
G = 27.38%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA8D8C (or 0xEA8D8C) is known color: Sweet Pink. HEX triplet: EA, 8D and 8C. RGB value is (234,141,140). Sum of RGB (Red+Green+Blue) = 234+141+140=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D8C is #157273. Grayscale: #A8A8A8. Windows color (decimal): -1405556 or 9211370. OLE color: 9211370.

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

Color convert

RGB 234 141 140 -
CMYK 0 0.40 0.40 0.08
HSL 0.64º 0.69% 0.73% -
HSV(B) 0.64º 0.4% 0.92% -
XYZ 48.19 38.44 29.69 -
YUV 168.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 234 141 140 0 0.40 0.40 0.08 0.64 0.69 0.73
Hex EA 8D 8C 0 28 28 8 1 45 49
Octal 352 215 214 0 50 50 10 1 105 111
Binary 11101010 10001101 10001100 0 101000 101000 1000 1 1000101 1001001

Color Harmonies of #EA8D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D8C

Black with #EA8D8C

Text Example


Text Example

White with #EA8D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D8C; }

 p { color: rgb(234,141,140); }

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

background-color css

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

 a { background-color: rgb(234,141,140); }

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

border-color css

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

 span { border-color: rgb(234,141,140); }

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