Html Css Color HEX #EC9595 Sweet Pink

📋 copy color: '#EC9595'

red 236 ◦ green 149 ◦ blue 149

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

Shades of Sweet Pink #EC9595

Tints of Sweet Pink #EC9595

RGB

 RED value IS 236 (92.58% from 255) = 44.19%

 GREEN value IS 149 (58.59% from 255) = 27.9%

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

R = 44.19%
G = 27.9%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9595 (or 0xEC9595) is known color: Sweet Pink. HEX triplet: EC, 95 and 95. RGB value is (236,149,149). Sum of RGB (Red+Green+Blue) = 236+149+149=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9595 is #136A6A. Grayscale: #AFAFAF. Windows color (decimal): -1272427 or 9803244. OLE color: 9803244.

HSL color Cylindrical-coordinate representation of color #EC9595: hue angle of 0º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9595 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 149 -
CMYK 0 0.37 0.37 0.07
HSL 0.7% 0.75% -
HSV(B) 0.37% 0.93% -
XYZ 50.76 41.5 33.77 -
YUV 175.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 236 149 149 0 0.37 0.37 0.07 0 0.7 0.75
Hex EC 95 95 0 25 25 7 0 46 4B
Octal 354 225 225 0 45 45 7 0 106 113
Binary 11101100 10010101 10010101 0 100101 100101 111 0 1000110 1001011

Color Harmonies of #EC9595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9595

Black with #EC9595

Text Example


Text Example

White with #EC9595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9595; }

 p { color: rgb(236,149,149); }

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

background-color css

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

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

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

border-color css

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

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

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