Html Css Color HEX #EA928A Sweet Pink

📋 copy color: '#EA928A'

red 234 ◦ green 146 ◦ blue 138

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

Shades of Sweet Pink #EA928A

Tints of Sweet Pink #EA928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.19%

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 45.17%
G = 28.19%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA928A (or 0xEA928A) is known color: Sweet Pink. HEX triplet: EA, 92 and 8A. RGB value is (234,146,138). Sum of RGB (Red+Green+Blue) = 234+146+138=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA928A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA928A is #156D75. Grayscale: #ABABAB. Windows color (decimal): -1404278 or 9081578. OLE color: 9081578.

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

Color convert

RGB 234 146 138 -
CMYK 0 0.38 0.41 0.08
HSL 0.7% 0.73% -
HSV(B) 0.41% 0.92% -
XYZ 48.8 39.89 29.17 -
YUV 171.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 234 146 138 0 0.38 0.41 0.08 5 0.7 0.73
Hex EA 92 8A 0 26 29 8 5 46 49
Octal 352 222 212 0 46 51 10 5 106 111
Binary 11101010 10010010 10001010 0 100110 101001 1000 101 1000110 1001001

Color Harmonies of #EA928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA928A

Black with #EA928A

Text Example


Text Example

White with #EA928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA928A; }

 p { color: rgb(234,146,138); }

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

background-color css

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

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

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

border-color css

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

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

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