Html Css Color HEX #EC9084 Sweet Pink

📋 copy color: '#EC9084'

red 236 ◦ green 144 ◦ blue 132

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

Shades of Sweet Pink #EC9084

Tints of Sweet Pink #EC9084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 46.09%
G = 28.13%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC9084 (or 0xEC9084) is known color: Sweet Pink. HEX triplet: EC, 90 and 84. RGB value is (236,144,132). Sum of RGB (Red+Green+Blue) = 236+144+132=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9084 is #136F7B. Grayscale: #AAAAAA. Windows color (decimal): -1273724 or 8687852. OLE color: 8687852.

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

Color convert

RGB 236 144 132 -
CMYK 0 0.39 0.44 0.07
HSL 6.92º 0.73% 0.72% -
HSV(B) 6.92º 0.44% 0.93% -
XYZ 48.73 39.45 26.88 -
YUV 170.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 236 144 132 0 0.39 0.44 0.07 6.92 0.73 0.72
Hex EC 90 84 0 27 2C 7 7 49 48
Octal 354 220 204 0 47 54 7 7 111 110
Binary 11101100 10010000 10000100 0 100111 101100 111 111 1001001 1001000

Color Harmonies of #EC9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9084

Black with #EC9084

Text Example


Text Example

White with #EC9084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9084; }

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

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

background-color css

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

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

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

border-color css

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

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

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