Html Css Color HEX #EA9184 Sweet Pink

📋 copy color: '#EA9184'

red 234 ◦ green 145 ◦ blue 132

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

Shades of Sweet Pink #EA9184

Tints of Sweet Pink #EA9184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.83%

R = 45.79%
G = 28.38%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA9184 (or 0xEA9184) is known color: Sweet Pink. HEX triplet: EA, 91 and 84. RGB value is (234,145,132). Sum of RGB (Red+Green+Blue) = 234+145+132=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9184 is #156E7B. Grayscale: #AAAAAA. Windows color (decimal): -1404540 or 8688106. OLE color: 8688106.

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

Color convert

RGB 234 145 132 -
CMYK 0 0.38 0.44 0.08
HSL 7.65º 0.71% 0.72% -
HSV(B) 7.65º 0.44% 0.92% -
XYZ 48.22 39.41 26.89 -
YUV 170.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 234 145 132 0 0.38 0.44 0.08 7.65 0.71 0.72
Hex EA 91 84 0 26 2C 8 8 47 48
Octal 352 221 204 0 46 54 10 10 107 110
Binary 11101010 10010001 10000100 0 100110 101100 1000 1000 1000111 1001000

Color Harmonies of #EA9184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9184

Black with #EA9184

Text Example


Text Example

White with #EA9184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9184; }

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

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

background-color css

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

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

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

border-color css

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

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

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