Html Css Color HEX #EA918D Sweet Pink

📋 copy color: '#EA918D'

red 234 ◦ green 145 ◦ blue 141

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

Shades of Sweet Pink #EA918D

Tints of Sweet Pink #EA918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.88%

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

R = 45%
G = 27.88%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA918D (or 0xEA918D) is known color: Sweet Pink. HEX triplet: EA, 91 and 8D. RGB value is (234,145,141). Sum of RGB (Red+Green+Blue) = 234+145+141=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA918D is #156E72. Grayscale: #ABABAB. Windows color (decimal): -1404531 or 9277930. OLE color: 9277930.

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

Color convert

RGB 234 145 141 -
CMYK 0 0.38 0.40 0.08
HSL 2.58º 0.69% 0.74% -
HSV(B) 2.58º 0.4% 0.92% -
XYZ 48.86 39.67 30.28 -
YUV 171.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 234 145 141 0 0.38 0.40 0.08 2.58 0.69 0.74
Hex EA 91 8D 0 26 28 8 3 45 4A
Octal 352 221 215 0 46 50 10 3 105 112
Binary 11101010 10010001 10001101 0 100110 101000 1000 11 1000101 1001010

Color Harmonies of #EA918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA918D

Black with #EA918D

Text Example


Text Example

White with #EA918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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