Html Css Color HEX #EC968F Sweet Pink

📋 copy color: '#EC968F'

red 236 ◦ green 150 ◦ blue 143

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

Shades of Sweet Pink #EC968F

Tints of Sweet Pink #EC968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 44.61%
G = 28.36%
B = 27.03%

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

#EC968F (or 0xEC968F) is known color: Sweet Pink. HEX triplet: EC, 96 and 8F. RGB value is (236,150,143). Sum of RGB (Red+Green+Blue) = 236+150+143=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC968F is #136970. Grayscale: #AFAFAF. Windows color (decimal): -1272177 or 9410284. OLE color: 9410284.

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

Color convert

RGB 236 150 143 -
CMYK 0 0.36 0.39 0.07
HSL 4.52º 0.71% 0.74% -
HSV(B) 4.52º 0.39% 0.93% -
XYZ 50.46 41.63 31.36 -
YUV 174.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 236 150 143 0 0.36 0.39 0.07 4.52 0.71 0.74
Hex EC 96 8F 0 24 27 7 5 47 4A
Octal 354 226 217 0 44 47 7 5 107 112
Binary 11101100 10010110 10001111 0 100100 100111 111 101 1000111 1001010

Color Harmonies of #EC968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC968F

Black with #EC968F

Text Example


Text Example

White with #EC968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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