Html Css Color HEX #EA9695 Sweet Pink

📋 copy color: '#EA9695'

red 234 ◦ green 150 ◦ blue 149

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

Shades of Sweet Pink #EA9695

Tints of Sweet Pink #EA9695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.14%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 43.9%
G = 28.14%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA9695 (or 0xEA9695) is known color: Sweet Pink. HEX triplet: EA, 96 and 95. RGB value is (234,150,149). Sum of RGB (Red+Green+Blue) = 234+150+149=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9695 is #15696A. Grayscale: #AFAFAF. Windows color (decimal): -1403243 or 9803498. OLE color: 9803498.

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

Color convert

RGB 234 150 149 -
CMYK 0 0.36 0.36 0.08
HSL 0.71º 0.67% 0.75% -
HSV(B) 0.71º 0.36% 0.92% -
XYZ 50.26 41.48 33.79 -
YUV 175 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 234 150 149 0 0.36 0.36 0.08 0.71 0.67 0.75
Hex EA 96 95 0 24 24 8 1 43 4B
Octal 352 226 225 0 44 44 10 1 103 113
Binary 11101010 10010110 10010101 0 100100 100100 1000 1 1000011 1001011

Color Harmonies of #EA9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9695

Black with #EA9695

Text Example


Text Example

White with #EA9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9695; }

 p { color: rgb(234,150,149); }

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

background-color css

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

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

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

border-color css

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

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

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