Html Css Color HEX #EA8C84 Sweet Pink

📋 copy color: '#EA8C84'

red 234 ◦ green 140 ◦ blue 132

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

Shades of Sweet Pink #EA8C84

Tints of Sweet Pink #EA8C84

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

 BLUE value IS 132 (51.95% from 255) = 26.09%

R = 46.25%
G = 27.67%
B = 26.09%

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

#EA8C84 (or 0xEA8C84) is known color: Sweet Pink. HEX triplet: EA, 8C and 84. RGB value is (234,140,132). Sum of RGB (Red+Green+Blue) = 234+140+132=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C84 is #15737B. Grayscale: #A7A7A7. Windows color (decimal): -1405820 or 8686826. OLE color: 8686826.

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

Color convert

RGB 234 140 132 -
CMYK 0 0.40 0.44 0.08
HSL 4.71º 0.71% 0.72% -
HSV(B) 4.71º 0.44% 0.92% -
XYZ 47.47 37.91 26.65 -
YUV 167.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 234 140 132 0 0.40 0.44 0.08 4.71 0.71 0.72
Hex EA 8C 84 0 28 2C 8 5 47 48
Octal 352 214 204 0 50 54 10 5 107 110
Binary 11101010 10001100 10000100 0 101000 101100 1000 101 1000111 1001000

Color Harmonies of #EA8C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C84

Black with #EA8C84

Text Example


Text Example

White with #EA8C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C84; }

 p { color: rgb(234,140,132); }

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

background-color css

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

 a { background-color: rgb(234,140,132); }

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

border-color css

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

 span { border-color: rgb(234,140,132); }

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