Html Css Color HEX #EA8D81 Sweet Pink

📋 copy color: '#EA8D81'

red 234 ◦ green 141 ◦ blue 129

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

Shades of Sweet Pink #EA8D81

Tints of Sweet Pink #EA8D81

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.98%

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

R = 46.43%
G = 27.98%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA8D81 (or 0xEA8D81) is known color: Sweet Pink. HEX triplet: EA, 8D and 81. RGB value is (234,141,129). Sum of RGB (Red+Green+Blue) = 234+141+129=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D81 is #15727E. Grayscale: #A7A7A7. Windows color (decimal): -1405567 or 8490474. OLE color: 8490474.

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

Color convert

RGB 234 141 129 -
CMYK 0 0.40 0.45 0.08
HSL 6.86º 0.71% 0.71% -
HSV(B) 6.86º 0.45% 0.92% -
XYZ 47.42 38.13 25.63 -
YUV 167.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 234 141 129 0 0.40 0.45 0.08 6.86 0.71 0.71
Hex EA 8D 81 0 28 2D 8 7 47 47
Octal 352 215 201 0 50 55 10 7 107 107
Binary 11101010 10001101 10000001 0 101000 101101 1000 111 1000111 1000111

Color Harmonies of #EA8D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D81

Black with #EA8D81

Text Example


Text Example

White with #EA8D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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