Html Css Color HEX #EC768F Deep Blush

📋 copy color: '#EC768F'

red 236 ◦ green 118 ◦ blue 143

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

Shades of Deep Blush #EC768F

Tints of Deep Blush #EC768F

RGB

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

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

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

R = 47.48%
G = 23.74%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC768F (or 0xEC768F) is known color: Deep Blush. HEX triplet: EC, 76 and 8F. RGB value is (236,118,143). Sum of RGB (Red+Green+Blue) = 236+118+143=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768F is #138970. Grayscale: #9C9C9C. Windows color (decimal): -1280369 or 9402092. OLE color: 9402092.

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

Color convert

RGB 236 118 143 -
CMYK 0 0.5 0.39 0.07
HSL 347.29º 0.76% 0.69% -
HSV(B) 347.29º 0.5% 0.93% -
XYZ 46.03 32.77 29.89 -
YUV 156.13 120.59 184.97 -
System Red Green Blue C M Y K H S L
Decimal 236 118 143 0 0.5 0.39 0.07 347.29 0.76 0.69
Hex EC 76 8F 0 32 27 7 15B 4C 45
Octal 354 166 217 0 62 47 7 533 114 105
Binary 11101100 1110110 10001111 0 110010 100111 111 101011011 1001100 1000101

Color Harmonies of #EC768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC768F

Black with #EC768F

Text Example


Text Example

White with #EC768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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