Html Css Color HEX #EA9898 Sweet Pink

📋 copy color: '#EA9898'

red 234 ◦ green 152 ◦ blue 152

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

Shades of Sweet Pink #EA9898

Tints of Sweet Pink #EA9898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.25%

R = 43.49%
G = 28.25%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA9898 (or 0xEA9898) is known color: Sweet Pink. HEX triplet: EA, 98 and 98. RGB value is (234,152,152). Sum of RGB (Red+Green+Blue) = 234+152+152=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9898 is #156767. Grayscale: #B0B0B0. Windows color (decimal): -1402728 or 10000618. OLE color: 10000618.

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

Color convert

RGB 234 152 152 -
CMYK 0 0.35 0.35 0.08
HSL 0.66% 0.76% -
HSV(B) 0.35% 0.92% -
XYZ 50.83 42.22 35.18 -
YUV 176.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 234 152 152 0 0.35 0.35 0.08 0 0.66 0.76
Hex EA 98 98 0 23 23 8 0 42 4C
Octal 352 230 230 0 43 43 10 0 102 114
Binary 11101010 10011000 10011000 0 100011 100011 1000 0 1000010 1001100

Color Harmonies of #EA9898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9898

Black with #EA9898

Text Example


Text Example

White with #EA9898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9898; }

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

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

background-color css

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

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

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

border-color css

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

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

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