Html Css Color HEX #EA9A9A Sweet Pink

📋 copy color: '#EA9A9A'

red 234 ◦ green 154 ◦ blue 154

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

Shades of Sweet Pink #EA9A9A

Tints of Sweet Pink #EA9A9A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.41%

 BLUE value IS 154 (60.55% from 255) = 28.41%

R = 43.17%
G = 28.41%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA9A9A (or 0xEA9A9A) is known color: Sweet Pink. HEX triplet: EA, 9A and 9A. RGB value is (234,154,154). Sum of RGB (Red+Green+Blue) = 234+154+154=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A9A is #156565. Grayscale: #B2B2B2. Windows color (decimal): -1402214 or 10132202. OLE color: 10132202.

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

Color convert

RGB 234 154 154 -
CMYK 0 0.34 0.34 0.08
HSL 0.66% 0.76% -
HSV(B) 0.34% 0.92% -
XYZ 51.32 42.94 36.15 -
YUV 177.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 234 154 154 0 0.34 0.34 0.08 0 0.66 0.76
Hex EA 9A 9A 0 22 22 8 0 42 4C
Octal 352 232 232 0 42 42 10 0 102 114
Binary 11101010 10011010 10011010 0 100010 100010 1000 0 1000010 1001100

Color Harmonies of #EA9A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A9A

Black with #EA9A9A

Text Example


Text Example

White with #EA9A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A9A; }

 p { color: rgb(234,154,154); }

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

background-color css

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

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

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

border-color css

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

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

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