Html Css Color HEX #EA988F Sweet Pink

📋 copy color: '#EA988F'

red 234 ◦ green 152 ◦ blue 143

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

Shades of Sweet Pink #EA988F

Tints of Sweet Pink #EA988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 44.23%
G = 28.73%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA988F (or 0xEA988F) is known color: Sweet Pink. HEX triplet: EA, 98 and 8F. RGB value is (234,152,143). Sum of RGB (Red+Green+Blue) = 234+152+143=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA988F is #156770. Grayscale: #AFAFAF. Windows color (decimal): -1402737 or 9410794. OLE color: 9410794.

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

Color convert

RGB 234 152 143 -
CMYK 0 0.35 0.39 0.08
HSL 5.93º 0.68% 0.74% -
HSV(B) 5.93º 0.39% 0.92% -
XYZ 50.12 41.93 31.44 -
YUV 175.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 234 152 143 0 0.35 0.39 0.08 5.93 0.68 0.74
Hex EA 98 8F 0 23 27 8 6 44 4A
Octal 352 230 217 0 43 47 10 6 104 112
Binary 11101010 10011000 10001111 0 100011 100111 1000 110 1000100 1001010

Color Harmonies of #EA988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA988F

Black with #EA988F

Text Example


Text Example

White with #EA988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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