Html Css Color HEX #EC9494 Sweet Pink

📋 copy color: '#EC9494'

red 236 ◦ green 148 ◦ blue 148

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

Shades of Sweet Pink #EC9494

Tints of Sweet Pink #EC9494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.82%

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

R = 44.36%
G = 27.82%
B = 27.82%

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

#EC9494 (or 0xEC9494) is known color: Sweet Pink. HEX triplet: EC, 94 and 94. RGB value is (236,148,148). Sum of RGB (Red+Green+Blue) = 236+148+148=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9494 is #136B6B. Grayscale: #AEAEAE. Windows color (decimal): -1272684 or 9737452. OLE color: 9737452.

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

Color convert

RGB 236 148 148 -
CMYK 0 0.37 0.37 0.07
HSL 0.7% 0.75% -
HSV(B) 0.37% 0.93% -
XYZ 50.53 41.15 33.3 -
YUV 174.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 236 148 148 0 0.37 0.37 0.07 0 0.7 0.75
Hex EC 94 94 0 25 25 7 0 46 4B
Octal 354 224 224 0 45 45 7 0 106 113
Binary 11101100 10010100 10010100 0 100101 100101 111 0 1000110 1001011

Color Harmonies of #EC9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9494

Black with #EC9494

Text Example


Text Example

White with #EC9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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