Html Css Color HEX #EA908D Sweet Pink

📋 copy color: '#EA908D'

red 234 ◦ green 144 ◦ blue 141

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

Shades of Sweet Pink #EA908D

Tints of Sweet Pink #EA908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.75%

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

R = 45.09%
G = 27.75%
B = 27.17%

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

#EA908D (or 0xEA908D) is known color: Sweet Pink. HEX triplet: EA, 90 and 8D. RGB value is (234,144,141). Sum of RGB (Red+Green+Blue) = 234+144+141=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA908D is #156F72. Grayscale: #AAAAAA. Windows color (decimal): -1404787 or 9277674. OLE color: 9277674.

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

Color convert

RGB 234 144 141 -
CMYK 0 0.38 0.40 0.08
HSL 1.94º 0.69% 0.74% -
HSV(B) 1.94º 0.4% 0.92% -
XYZ 48.71 39.36 30.23 -
YUV 170.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 234 144 141 0 0.38 0.40 0.08 1.94 0.69 0.74
Hex EA 90 8D 0 26 28 8 2 45 4A
Octal 352 220 215 0 46 50 10 2 105 112
Binary 11101010 10010000 10001101 0 100110 101000 1000 10 1000101 1001010

Color Harmonies of #EA908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA908D

Black with #EA908D

Text Example


Text Example

White with #EA908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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