Html Css Color HEX #EA9086 Sweet Pink

📋 copy color: '#EA9086'

red 234 ◦ green 144 ◦ blue 134

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

Shades of Sweet Pink #EA9086

Tints of Sweet Pink #EA9086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.13%

 BLUE value IS 134 (52.73% from 255) = 26.17%

R = 45.7%
G = 28.13%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA9086 (or 0xEA9086) is known color: Sweet Pink. HEX triplet: EA, 90 and 86. RGB value is (234,144,134). Sum of RGB (Red+Green+Blue) = 234+144+134=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9086 is #156F79. Grayscale: #A9A9A9. Windows color (decimal): -1404794 or 8818922. OLE color: 8818922.

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

Color convert

RGB 234 144 134 -
CMYK 0 0.38 0.43 0.08
HSL 0.7% 0.72% -
HSV(B) 0.43% 0.92% -
XYZ 48.21 39.16 27.57 -
YUV 169.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 234 144 134 0 0.38 0.43 0.08 6 0.7 0.72
Hex EA 90 86 0 26 2B 8 6 46 48
Octal 352 220 206 0 46 53 10 6 106 110
Binary 11101010 10010000 10000110 0 100110 101011 1000 110 1000110 1001000

Color Harmonies of #EA9086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9086

Black with #EA9086

Text Example


Text Example

White with #EA9086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9086; }

 p { color: rgb(234,144,134); }

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

background-color css

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

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

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

border-color css

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

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

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