Html Css Color HEX #EA9D96 Sweet Pink

📋 copy color: '#EA9D96'

red 234 ◦ green 157 ◦ blue 150

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

Shades of Sweet Pink #EA9D96

Tints of Sweet Pink #EA9D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.02%

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

R = 43.25%
G = 29.02%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA9D96 (or 0xEA9D96) is known color: Sweet Pink. HEX triplet: EA, 9D and 96. RGB value is (234,157,150). Sum of RGB (Red+Green+Blue) = 234+157+150=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D96 is #156269. Grayscale: #B3B3B3. Windows color (decimal): -1401450 or 9870826. OLE color: 9870826.

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

Color convert

RGB 234 157 150 -
CMYK 0 0.33 0.36 0.08
HSL 0.67% 0.75% -
HSV(B) 0.36% 0.92% -
XYZ 51.49 43.81 34.6 -
YUV 179.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 234 157 150 0 0.33 0.36 0.08 5 0.67 0.75
Hex EA 9D 96 0 21 24 8 5 43 4B
Octal 352 235 226 0 41 44 10 5 103 113
Binary 11101010 10011101 10010110 0 100001 100100 1000 101 1000011 1001011

Color Harmonies of #EA9D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D96

Black with #EA9D96

Text Example


Text Example

White with #EA9D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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