Html Css Color HEX #EA8E81 Sweet Pink

📋 copy color: '#EA8E81'

red 234 ◦ green 142 ◦ blue 129

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

Shades of Sweet Pink #EA8E81

Tints of Sweet Pink #EA8E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.12%

 BLUE value IS 129 (50.78% from 255) = 25.54%

R = 46.34%
G = 28.12%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA8E81 (or 0xEA8E81) is known color: Sweet Pink. HEX triplet: EA, 8E and 81. RGB value is (234,142,129). Sum of RGB (Red+Green+Blue) = 234+142+129=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E81 is #15717E. Grayscale: #A8A8A8. Windows color (decimal): -1405311 or 8490730. OLE color: 8490730.

HSL color Cylindrical-coordinate representation of color #EA8E81: hue angle of 7.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8E81 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 142 129 -
CMYK 0 0.39 0.45 0.08
HSL 7.43º 0.71% 0.71% -
HSV(B) 7.43º 0.45% 0.92% -
XYZ 47.57 38.42 25.68 -
YUV 168.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 234 142 129 0 0.39 0.45 0.08 7.43 0.71 0.71
Hex EA 8E 81 0 27 2D 8 7 47 47
Octal 352 216 201 0 47 55 10 7 107 107
Binary 11101010 10001110 10000001 0 100111 101101 1000 111 1000111 1000111

Color Harmonies of #EA8E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8E81

Black with #EA8E81

Text Example


Text Example

White with #EA8E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8E81; }

 p { color: rgb(234,142,129); }

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

background-color css

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

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

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

border-color css

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

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

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