Html Css Color HEX #EA8D82 Sweet Pink

📋 copy color: '#EA8D82'

red 234 ◦ green 141 ◦ blue 130

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

Shades of Sweet Pink #EA8D82

Tints of Sweet Pink #EA8D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.74%

R = 46.34%
G = 27.92%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA8D82 (or 0xEA8D82) is known color: Sweet Pink. HEX triplet: EA, 8D and 82. RGB value is (234,141,130). Sum of RGB (Red+Green+Blue) = 234+141+130=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D82 is #15727D. Grayscale: #A7A7A7. Windows color (decimal): -1405566 or 8556010. OLE color: 8556010.

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

Color convert

RGB 234 141 130 -
CMYK 0 0.40 0.44 0.08
HSL 6.35º 0.71% 0.71% -
HSV(B) 6.35º 0.44% 0.92% -
XYZ 47.49 38.15 25.98 -
YUV 167.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 234 141 130 0 0.40 0.44 0.08 6.35 0.71 0.71
Hex EA 8D 82 0 28 2C 8 6 47 47
Octal 352 215 202 0 50 54 10 6 107 107
Binary 11101010 10001101 10000010 0 101000 101100 1000 110 1000111 1000111

Color Harmonies of #EA8D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D82

Black with #EA8D82

Text Example


Text Example

White with #EA8D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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