Html Css Color HEX #EA9999 Sweet Pink

📋 copy color: '#EA9999'

red 234 ◦ green 153 ◦ blue 153

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

Shades of Sweet Pink #EA9999

Tints of Sweet Pink #EA9999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.33%

R = 43.33%
G = 28.33%
B = 28.33%

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

#EA9999 (or 0xEA9999) is known color: Sweet Pink. HEX triplet: EA, 99 and 99. RGB value is (234,153,153). Sum of RGB (Red+Green+Blue) = 234+153+153=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9999 is #156666. Grayscale: #B1B1B1. Windows color (decimal): -1402471 or 10066410. OLE color: 10066410.

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

Color convert

RGB 234 153 153 -
CMYK 0 0.35 0.35 0.08
HSL 0.66% 0.76% -
HSV(B) 0.35% 0.92% -
XYZ 51.07 42.57 35.66 -
YUV 177.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 234 153 153 0 0.35 0.35 0.08 0 0.66 0.76
Hex EA 99 99 0 23 23 8 0 42 4C
Octal 352 231 231 0 43 43 10 0 102 114
Binary 11101010 10011001 10011001 0 100011 100011 1000 0 1000010 1001100

Color Harmonies of #EA9999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9999

Black with #EA9999

Text Example


Text Example

White with #EA9999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9999; }

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

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

background-color css

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

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

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

border-color css

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

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

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