Html Css Color HEX #EA918E Sweet Pink

📋 copy color: '#EA918E'

red 234 ◦ green 145 ◦ blue 142

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

Shades of Sweet Pink #EA918E

Tints of Sweet Pink #EA918E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 44.91%
G = 27.83%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA918E (or 0xEA918E) is known color: Sweet Pink. HEX triplet: EA, 91 and 8E. RGB value is (234,145,142). Sum of RGB (Red+Green+Blue) = 234+145+142=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA918E is #156E71. Grayscale: #ABABAB. Windows color (decimal): -1404530 or 9343466. OLE color: 9343466.

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

Color convert

RGB 234 145 142 -
CMYK 0 0.38 0.39 0.08
HSL 1.96º 0.69% 0.74% -
HSV(B) 1.96º 0.39% 0.92% -
XYZ 48.94 39.7 30.67 -
YUV 171.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 234 145 142 0 0.38 0.39 0.08 1.96 0.69 0.74
Hex EA 91 8E 0 26 27 8 2 45 4A
Octal 352 221 216 0 46 47 10 2 105 112
Binary 11101010 10010001 10001110 0 100110 100111 1000 10 1000101 1001010

Color Harmonies of #EA918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA918E

Black with #EA918E

Text Example


Text Example

White with #EA918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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