Html Css Color HEX #EC768D Deep Blush

📋 copy color: '#EC768D'

red 236 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #EC768D

Tints of Deep Blush #EC768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 47.68%
G = 23.84%
B = 28.48%

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

#EC768D (or 0xEC768D) is known color: Deep Blush. HEX triplet: EC, 76 and 8D. RGB value is (236,118,141). Sum of RGB (Red+Green+Blue) = 236+118+141=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768D is #138972. Grayscale: #9B9B9B. Windows color (decimal): -1280371 or 9271020. OLE color: 9271020.

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

Color convert

RGB 236 118 141 -
CMYK 0 0.5 0.40 0.07
HSL 348.31º 0.76% 0.69% -
HSV(B) 348.31º 0.5% 0.93% -
XYZ 45.88 32.71 29.1 -
YUV 155.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 236 118 141 0 0.5 0.40 0.07 348.31 0.76 0.69
Hex EC 76 8D 0 32 28 7 15C 4C 45
Octal 354 166 215 0 62 50 7 534 114 105
Binary 11101100 1110110 10001101 0 110010 101000 111 101011100 1001100 1000101

Color Harmonies of #EC768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC768D

Black with #EC768D

Text Example


Text Example

White with #EC768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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