Html Css Color HEX #EA988D Sweet Pink

📋 copy color: '#EA988D'

red 234 ◦ green 152 ◦ blue 141

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

Shades of Sweet Pink #EA988D

Tints of Sweet Pink #EA988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.84%

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

R = 44.4%
G = 28.84%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA988D (or 0xEA988D) is known color: Sweet Pink. HEX triplet: EA, 98 and 8D. RGB value is (234,152,141). Sum of RGB (Red+Green+Blue) = 234+152+141=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA988D is #156772. Grayscale: #AFAFAF. Windows color (decimal): -1402739 or 9279722. OLE color: 9279722.

HSL color Cylindrical-coordinate representation of color #EA988D: hue angle of 7.1º degrees, saturation: 0.69, 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 #EA988D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 152 141 -
CMYK 0 0.35 0.40 0.08
HSL 7.1º 0.69% 0.74% -
HSV(B) 7.1º 0.4% 0.92% -
XYZ 49.97 41.87 30.65 -
YUV 175.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 234 152 141 0 0.35 0.40 0.08 7.1 0.69 0.74
Hex EA 98 8D 0 23 28 8 7 45 4A
Octal 352 230 215 0 43 50 10 7 105 112
Binary 11101010 10011000 10001101 0 100011 101000 1000 111 1000101 1001010

Color Harmonies of #EA988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA988D

Black with #EA988D

Text Example


Text Example

White with #EA988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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