Html Css Color HEX #EC9393 Sweet Pink

📋 copy color: '#EC9393'

red 236 ◦ green 147 ◦ blue 147

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

Shades of Sweet Pink #EC9393

Tints of Sweet Pink #EC9393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.74%

 BLUE value IS 147 (57.81% from 255) = 27.74%

R = 44.53%
G = 27.74%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC9393 (or 0xEC9393) is known color: Sweet Pink. HEX triplet: EC, 93 and 93. RGB value is (236,147,147). Sum of RGB (Red+Green+Blue) = 236+147+147=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9393 is #136C6C. Grayscale: #ADADAD. Windows color (decimal): -1272941 or 9671660. OLE color: 9671660.

HSL color Cylindrical-coordinate representation of color #EC9393: 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.38%. Process color model (Four color, CMYK) of #EC9393 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 147 147 -
CMYK 0 0.38 0.38 0.07
HSL 0.7% 0.75% -
HSV(B) 0.38% 0.93% -
XYZ 50.29 40.81 32.83 -
YUV 173.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 236 147 147 0 0.38 0.38 0.07 0 0.7 0.75
Hex EC 93 93 0 26 26 7 0 46 4B
Octal 354 223 223 0 46 46 7 0 106 113
Binary 11101100 10010011 10010011 0 100110 100110 111 0 1000110 1001011

Color Harmonies of #EC9393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9393

Black with #EC9393

Text Example


Text Example

White with #EC9393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9393; }

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

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

background-color css

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

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

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

border-color css

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

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

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