Html Css Color HEX #EC768E Deep Blush

📋 copy color: '#EC768E'

red 236 ◦ green 118 ◦ blue 142

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

Shades of Deep Blush #EC768E

Tints of Deep Blush #EC768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 47.58%
G = 23.79%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC768E (or 0xEC768E) is known color: Deep Blush. HEX triplet: EC, 76 and 8E. RGB value is (236,118,142). Sum of RGB (Red+Green+Blue) = 236+118+142=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768E is #138971. Grayscale: #9C9C9C. Windows color (decimal): -1280370 or 9336556. OLE color: 9336556.

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

Color convert

RGB 236 118 142 -
CMYK 0 0.5 0.40 0.07
HSL 347.8º 0.76% 0.69% -
HSV(B) 347.8º 0.5% 0.93% -
XYZ 45.95 32.74 29.49 -
YUV 156.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 236 118 142 0 0.5 0.40 0.07 347.8 0.76 0.69
Hex EC 76 8E 0 32 28 7 15C 4C 45
Octal 354 166 216 0 62 50 7 534 114 105
Binary 11101100 1110110 10001110 0 110010 101000 111 101011100 1001100 1000101

Color Harmonies of #EC768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC768E

Black with #EC768E

Text Example


Text Example

White with #EC768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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