Html Css Color HEX #EA908C Sweet Pink

📋 copy color: '#EA908C'

red 234 ◦ green 144 ◦ blue 140

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

Shades of Sweet Pink #EA908C

Tints of Sweet Pink #EA908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.8%

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

R = 45.17%
G = 27.8%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA908C (or 0xEA908C) is known color: Sweet Pink. HEX triplet: EA, 90 and 8C. RGB value is (234,144,140). Sum of RGB (Red+Green+Blue) = 234+144+140=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA908C is #156F73. Grayscale: #AAAAAA. Windows color (decimal): -1404788 or 9212138. OLE color: 9212138.

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

Color convert

RGB 234 144 140 -
CMYK 0 0.38 0.40 0.08
HSL 2.55º 0.69% 0.73% -
HSV(B) 2.55º 0.4% 0.92% -
XYZ 48.64 39.33 29.84 -
YUV 170.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 234 144 140 0 0.38 0.40 0.08 2.55 0.69 0.73
Hex EA 90 8C 0 26 28 8 3 45 49
Octal 352 220 214 0 46 50 10 3 105 111
Binary 11101010 10010000 10001100 0 100110 101000 1000 11 1000101 1001001

Color Harmonies of #EA908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA908C

Black with #EA908C

Text Example


Text Example

White with #EA908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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