Html Css Color HEX #EA8D8D Sweet Pink

📋 copy color: '#EA8D8D'

red 234 ◦ green 141 ◦ blue 141

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

Shades of Sweet Pink #EA8D8D

Tints of Sweet Pink #EA8D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 45.35%
G = 27.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA8D8D (or 0xEA8D8D) is known color: Sweet Pink. HEX triplet: EA, 8D and 8D. RGB value is (234,141,141). Sum of RGB (Red+Green+Blue) = 234+141+141=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D8D is #157272. Grayscale: #A8A8A8. Windows color (decimal): -1405555 or 9276906. OLE color: 9276906.

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

Color convert

RGB 234 141 141 -
CMYK 0 0.40 0.40 0.08
HSL 0.69% 0.74% -
HSV(B) 0.4% 0.92% -
XYZ 48.26 38.47 30.08 -
YUV 168.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 234 141 141 0 0.40 0.40 0.08 0 0.69 0.74
Hex EA 8D 8D 0 28 28 8 0 45 4A
Octal 352 215 215 0 50 50 10 0 105 112
Binary 11101010 10001101 10001101 0 101000 101000 1000 0 1000101 1001010

Color Harmonies of #EA8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D8D

Black with #EA8D8D

Text Example


Text Example

White with #EA8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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