Html Css Color HEX #EA9991 Sweet Pink

📋 copy color: '#EA9991'

red 234 ◦ green 153 ◦ blue 145

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

Shades of Sweet Pink #EA9991

Tints of Sweet Pink #EA9991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 43.98%
G = 28.76%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA9991 (or 0xEA9991) is known color: Sweet Pink. HEX triplet: EA, 99 and 91. RGB value is (234,153,145). Sum of RGB (Red+Green+Blue) = 234+153+145=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9991 is #15666E. Grayscale: #B0B0B0. Windows color (decimal): -1402479 or 9542122. OLE color: 9542122.

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

Color convert

RGB 234 153 145 -
CMYK 0 0.35 0.38 0.08
HSL 5.39º 0.68% 0.74% -
HSV(B) 5.39º 0.38% 0.92% -
XYZ 50.43 42.32 32.3 -
YUV 176.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 234 153 145 0 0.35 0.38 0.08 5.39 0.68 0.74
Hex EA 99 91 0 23 26 8 5 44 4A
Octal 352 231 221 0 43 46 10 5 104 112
Binary 11101010 10011001 10010001 0 100011 100110 1000 101 1000100 1001010

Color Harmonies of #EA9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9991

Black with #EA9991

Text Example


Text Example

White with #EA9991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9991; }

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

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

background-color css

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

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

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

border-color css

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

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

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