Html Css Color HEX #EA998F Sweet Pink

📋 copy color: '#EA998F'

red 234 ◦ green 153 ◦ blue 143

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

Shades of Sweet Pink #EA998F

Tints of Sweet Pink #EA998F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

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

R = 44.15%
G = 28.87%
B = 26.98%

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

#EA998F (or 0xEA998F) is known color: Sweet Pink. HEX triplet: EA, 99 and 8F. RGB value is (234,153,143). Sum of RGB (Red+Green+Blue) = 234+153+143=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA998F is #156670. Grayscale: #B0B0B0. Windows color (decimal): -1402481 or 9411050. OLE color: 9411050.

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

Color convert

RGB 234 153 143 -
CMYK 0 0.35 0.39 0.08
HSL 6.59º 0.68% 0.74% -
HSV(B) 6.59º 0.39% 0.92% -
XYZ 50.28 42.26 31.49 -
YUV 176.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 234 153 143 0 0.35 0.39 0.08 6.59 0.68 0.74
Hex EA 99 8F 0 23 27 8 7 44 4A
Octal 352 231 217 0 43 47 10 7 104 112
Binary 11101010 10011001 10001111 0 100011 100111 1000 111 1000100 1001010

Color Harmonies of #EA998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA998F

Black with #EA998F

Text Example


Text Example

White with #EA998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA998F; }

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

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

background-color css

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

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

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

border-color css

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

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

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