Html Css Color HEX #EA9E96 Sweet Pink

📋 copy color: '#EA9E96'

red 234 ◦ green 158 ◦ blue 150

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

Shades of Sweet Pink #EA9E96

Tints of Sweet Pink #EA9E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 43.17%
G = 29.15%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA9E96 (or 0xEA9E96) is known color: Sweet Pink. HEX triplet: EA, 9E and 96. RGB value is (234,158,150). Sum of RGB (Red+Green+Blue) = 234+158+150=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E96 is #156169. Grayscale: #B3B3B3. Windows color (decimal): -1401194 or 9871082. OLE color: 9871082.

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

Color convert

RGB 234 158 150 -
CMYK 0 0.32 0.36 0.08
HSL 5.71º 0.67% 0.75% -
HSV(B) 5.71º 0.36% 0.92% -
XYZ 51.66 44.15 34.65 -
YUV 179.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 234 158 150 0 0.32 0.36 0.08 5.71 0.67 0.75
Hex EA 9E 96 0 20 24 8 6 43 4B
Octal 352 236 226 0 40 44 10 6 103 113
Binary 11101010 10011110 10010110 0 100000 100100 1000 110 1000011 1001011

Color Harmonies of #EA9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E96

Black with #EA9E96

Text Example


Text Example

White with #EA9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E96; }

 p { color: rgb(234,158,150); }

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

background-color css

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

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

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

border-color css

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

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

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