Html Css Color HEX #EC968D Sweet Pink

📋 copy color: '#EC968D'

red 236 ◦ green 150 ◦ blue 141

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

Shades of Sweet Pink #EC968D

Tints of Sweet Pink #EC968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.76%

R = 44.78%
G = 28.46%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC968D (or 0xEC968D) is known color: Sweet Pink. HEX triplet: EC, 96 and 8D. RGB value is (236,150,141). Sum of RGB (Red+Green+Blue) = 236+150+141=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC968D is #136972. Grayscale: #AEAEAE. Windows color (decimal): -1272179 or 9279212. OLE color: 9279212.

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

Color convert

RGB 236 150 141 -
CMYK 0 0.36 0.40 0.07
HSL 5.68º 0.71% 0.74% -
HSV(B) 5.68º 0.4% 0.93% -
XYZ 50.31 41.57 30.57 -
YUV 174.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 236 150 141 0 0.36 0.40 0.07 5.68 0.71 0.74
Hex EC 96 8D 0 24 28 7 6 47 4A
Octal 354 226 215 0 44 50 7 6 107 112
Binary 11101100 10010110 10001101 0 100100 101000 111 110 1000111 1001010

Color Harmonies of #EC968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC968D

Black with #EC968D

Text Example


Text Example

White with #EC968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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