Html Css Color HEX #EC9E95 Sweet Pink

📋 copy color: '#EC9E95'

red 236 ◦ green 158 ◦ blue 149

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

Shades of Sweet Pink #EC9E95

Tints of Sweet Pink #EC9E95

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.1%

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

R = 43.46%
G = 29.1%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9E95 (or 0xEC9E95) is known color: Sweet Pink. HEX triplet: EC, 9E and 95. RGB value is (236,158,149). Sum of RGB (Red+Green+Blue) = 236+158+149=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E95 is #13616A. Grayscale: #B4B4B4. Windows color (decimal): -1270123 or 9805548. OLE color: 9805548.

HSL color Cylindrical-coordinate representation of color #EC9E95: hue angle of 6.21º 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 #EC9E95 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 158 149 -
CMYK 0 0.33 0.37 0.07
HSL 6.21º 0.7% 0.75% -
HSV(B) 6.21º 0.37% 0.93% -
XYZ 52.24 44.46 34.26 -
YUV 180.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 236 158 149 0 0.33 0.37 0.07 6.21 0.7 0.75
Hex EC 9E 95 0 21 25 7 6 46 4B
Octal 354 236 225 0 41 45 7 6 106 113
Binary 11101100 10011110 10010101 0 100001 100101 111 110 1000110 1001011

Color Harmonies of #EC9E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E95

Black with #EC9E95

Text Example


Text Example

White with #EC9E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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