Html Css Color HEX #EA8C8B Sweet Pink

📋 copy color: '#EA8C8B'

red 234 ◦ green 140 ◦ blue 139

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

Shades of Sweet Pink #EA8C8B

Tints of Sweet Pink #EA8C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 45.61%
G = 27.29%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA8C8B (or 0xEA8C8B) is known color: Sweet Pink. HEX triplet: EA, 8C and 8B. RGB value is (234,140,139). Sum of RGB (Red+Green+Blue) = 234+140+139=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C8B is #157374. Grayscale: #A8A8A8. Windows color (decimal): -1405813 or 9145578. OLE color: 9145578.

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

Color convert

RGB 234 140 139 -
CMYK 0 0.40 0.41 0.08
HSL 0.63º 0.69% 0.73% -
HSV(B) 0.63º 0.41% 0.92% -
XYZ 47.97 38.11 29.25 -
YUV 167.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 234 140 139 0 0.40 0.41 0.08 0.63 0.69 0.73
Hex EA 8C 8B 0 28 29 8 1 45 49
Octal 352 214 213 0 50 51 10 1 105 111
Binary 11101010 10001100 10001011 0 101000 101001 1000 1 1000101 1001001

Color Harmonies of #EA8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C8B

Black with #EA8C8B

Text Example


Text Example

White with #EA8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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