Html Css Color HEX #EC9691 Sweet Pink

📋 copy color: '#EC9691'

red 236 ◦ green 150 ◦ blue 145

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

Shades of Sweet Pink #EC9691

Tints of Sweet Pink #EC9691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.31%

R = 44.44%
G = 28.25%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC9691 (or 0xEC9691) is known color: Sweet Pink. HEX triplet: EC, 96 and 91. RGB value is (236,150,145). Sum of RGB (Red+Green+Blue) = 236+150+145=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9691 is #13696E. Grayscale: #AFAFAF. Windows color (decimal): -1272175 or 9541356. OLE color: 9541356.

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

Color convert

RGB 236 150 145 -
CMYK 0 0.36 0.39 0.07
HSL 3.3º 0.71% 0.75% -
HSV(B) 3.3º 0.39% 0.93% -
XYZ 50.61 41.69 32.17 -
YUV 175.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 236 150 145 0 0.36 0.39 0.07 3.3 0.71 0.75
Hex EC 96 91 0 24 27 7 3 47 4B
Octal 354 226 221 0 44 47 7 3 107 113
Binary 11101100 10010110 10010001 0 100100 100111 111 11 1000111 1001011

Color Harmonies of #EC9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9691

Black with #EC9691

Text Example


Text Example

White with #EC9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9691; }

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

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

background-color css

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

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

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

border-color css

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

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

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