Html Css Color HEX #EC9090 Sweet Pink

📋 copy color: '#EC9090'

red 236 ◦ green 144 ◦ blue 144

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

Shades of Sweet Pink #EC9090

Tints of Sweet Pink #EC9090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.48%

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 45.04%
G = 27.48%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC9090 (or 0xEC9090) is known color: Sweet Pink. HEX triplet: EC, 90 and 90. RGB value is (236,144,144). Sum of RGB (Red+Green+Blue) = 236+144+144=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9090 is #136F6F. Grayscale: #ABABAB. Windows color (decimal): -1273712 or 9474284. OLE color: 9474284.

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

Color convert

RGB 236 144 144 -
CMYK 0 0.39 0.39 0.07
HSL 0.71% 0.75% -
HSV(B) 0.39% 0.93% -
XYZ 49.6 39.79 31.45 -
YUV 171.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 236 144 144 0 0.39 0.39 0.07 0 0.71 0.75
Hex EC 90 90 0 27 27 7 0 47 4B
Octal 354 220 220 0 47 47 7 0 107 113
Binary 11101100 10010000 10010000 0 100111 100111 111 0 1000111 1001011

Color Harmonies of #EC9090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9090

Black with #EC9090

Text Example


Text Example

White with #EC9090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9090; }

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

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

background-color css

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

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

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

border-color css

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

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

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