Html Css Color HEX #EC9692 Sweet Pink

📋 copy color: '#EC9692'

red 236 ◦ green 150 ◦ blue 146

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

Shades of Sweet Pink #EC9692

Tints of Sweet Pink #EC9692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.2%

 BLUE value IS 146 (57.42% from 255) = 27.44%

R = 44.36%
G = 28.2%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC9692 (or 0xEC9692) is known color: Sweet Pink. HEX triplet: EC, 96 and 92. RGB value is (236,150,146). Sum of RGB (Red+Green+Blue) = 236+150+146=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9692 is #13696D. Grayscale: #AFAFAF. Windows color (decimal): -1272174 or 9606892. OLE color: 9606892.

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

Color convert

RGB 236 150 146 -
CMYK 0 0.36 0.38 0.07
HSL 2.67º 0.7% 0.75% -
HSV(B) 2.67º 0.38% 0.93% -
XYZ 50.69 41.72 32.58 -
YUV 175.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 236 150 146 0 0.36 0.38 0.07 2.67 0.7 0.75
Hex EC 96 92 0 24 26 7 3 46 4B
Octal 354 226 222 0 44 46 7 3 106 113
Binary 11101100 10010110 10010010 0 100100 100110 111 11 1000110 1001011

Color Harmonies of #EC9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9692

Black with #EC9692

Text Example


Text Example

White with #EC9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9692; }

 p { color: rgb(236,150,146); }

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

background-color css

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

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

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

border-color css

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

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

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