Html Css Color HEX #EC968B Sweet Pink

📋 copy color: '#EC968B'

red 236 ◦ green 150 ◦ blue 139

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

Shades of Sweet Pink #EC968B

Tints of Sweet Pink #EC968B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.48%

R = 44.95%
G = 28.57%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC968B (or 0xEC968B) is known color: Sweet Pink. HEX triplet: EC, 96 and 8B. RGB value is (236,150,139). Sum of RGB (Red+Green+Blue) = 236+150+139=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC968B is #136974. Grayscale: #AEAEAE. Windows color (decimal): -1272181 or 9148140. OLE color: 9148140.

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

Color convert

RGB 236 150 139 -
CMYK 0 0.36 0.41 0.07
HSL 6.8º 0.72% 0.74% -
HSV(B) 6.8º 0.41% 0.93% -
XYZ 50.16 41.51 29.79 -
YUV 174.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 236 150 139 0 0.36 0.41 0.07 6.8 0.72 0.74
Hex EC 96 8B 0 24 29 7 7 48 4A
Octal 354 226 213 0 44 51 7 7 110 112
Binary 11101100 10010110 10001011 0 100100 101001 111 111 1001000 1001010

Color Harmonies of #EC968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC968B

Black with #EC968B

Text Example


Text Example

White with #EC968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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