Html Css Color HEX #EA8E82 Sweet Pink

📋 copy color: '#EA8E82'

red 234 ◦ green 142 ◦ blue 130

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

Shades of Sweet Pink #EA8E82

Tints of Sweet Pink #EA8E82

RGB

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

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

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

R = 46.25%
G = 28.06%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA8E82 (or 0xEA8E82) is known color: Sweet Pink. HEX triplet: EA, 8E and 82. RGB value is (234,142,130). Sum of RGB (Red+Green+Blue) = 234+142+130=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E82 is #15717D. Grayscale: #A8A8A8. Windows color (decimal): -1405310 or 8556266. OLE color: 8556266.

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

Color convert

RGB 234 142 130 -
CMYK 0 0.39 0.44 0.08
HSL 6.92º 0.71% 0.71% -
HSV(B) 6.92º 0.44% 0.92% -
XYZ 47.63 38.45 26.03 -
YUV 168.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 234 142 130 0 0.39 0.44 0.08 6.92 0.71 0.71
Hex EA 8E 82 0 27 2C 8 7 47 47
Octal 352 216 202 0 47 54 10 7 107 107
Binary 11101010 10001110 10000010 0 100111 101100 1000 111 1000111 1000111

Color Harmonies of #EA8E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8E82

Black with #EA8E82

Text Example


Text Example

White with #EA8E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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