Html Css Color HEX #EC9594 Sweet Pink

📋 copy color: '#EC9594'

red 236 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #EC9594

Tints of Sweet Pink #EC9594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 44.28%
G = 27.95%
B = 27.77%

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

#EC9594 (or 0xEC9594) is known color: Sweet Pink. HEX triplet: EC, 95 and 94. RGB value is (236,149,148). Sum of RGB (Red+Green+Blue) = 236+149+148=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9594 is #136A6B. Grayscale: #AEAEAE. Windows color (decimal): -1272428 or 9737708. OLE color: 9737708.

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

Color convert

RGB 236 149 148 -
CMYK 0 0.37 0.37 0.07
HSL 0.68º 0.7% 0.75% -
HSV(B) 0.68º 0.37% 0.93% -
XYZ 50.68 41.47 33.35 -
YUV 174.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 236 149 148 0 0.37 0.37 0.07 0.68 0.7 0.75
Hex EC 95 94 0 25 25 7 1 46 4B
Octal 354 225 224 0 45 45 7 1 106 113
Binary 11101100 10010101 10010100 0 100101 100101 111 1 1000110 1001011

Color Harmonies of #EC9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9594

Black with #EC9594

Text Example


Text Example

White with #EC9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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