Html Css Color HEX #EC768C Deep Blush

📋 copy color: '#EC768C'

red 236 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #EC768C

Tints of Deep Blush #EC768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.89%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 47.77%
G = 23.89%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC768C (or 0xEC768C) is known color: Deep Blush. HEX triplet: EC, 76 and 8C. RGB value is (236,118,140). Sum of RGB (Red+Green+Blue) = 236+118+140=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768C is #138973. Grayscale: #9B9B9B. Windows color (decimal): -1280372 or 9205484. OLE color: 9205484.

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

Color convert

RGB 236 118 140 -
CMYK 0 0.5 0.41 0.07
HSL 348.81º 0.76% 0.69% -
HSV(B) 348.81º 0.5% 0.93% -
XYZ 45.8 32.68 28.71 -
YUV 155.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 236 118 140 0 0.5 0.41 0.07 348.81 0.76 0.69
Hex EC 76 8C 0 32 29 7 15D 4C 45
Octal 354 166 214 0 62 51 7 535 114 105
Binary 11101100 1110110 10001100 0 110010 101001 111 101011101 1001100 1000101

Color Harmonies of #EC768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC768C

Black with #EC768C

Text Example


Text Example

White with #EC768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC768C; }

 p { color: rgb(236,118,140); }

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

background-color css

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

 a { background-color: rgb(236,118,140); }

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

border-color css

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

 span { border-color: rgb(236,118,140); }

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