Html Css Color HEX #EC768A Deep Blush

📋 copy color: '#EC768A'

red 236 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #EC768A

Tints of Deep Blush #EC768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 47.97%
G = 23.98%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC768A (or 0xEC768A) is known color: Deep Blush. HEX triplet: EC, 76 and 8A. RGB value is (236,118,138). Sum of RGB (Red+Green+Blue) = 236+118+138=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768A is #138975. Grayscale: #9B9B9B. Windows color (decimal): -1280374 or 9074412. OLE color: 9074412.

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

Color convert

RGB 236 118 138 -
CMYK 0 0.5 0.42 0.07
HSL 349.83º 0.76% 0.69% -
HSV(B) 349.83º 0.5% 0.93% -
XYZ 45.66 32.62 27.94 -
YUV 155.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 236 118 138 0 0.5 0.42 0.07 349.83 0.76 0.69
Hex EC 76 8A 0 32 2A 7 15E 4C 45
Octal 354 166 212 0 62 52 7 536 114 105
Binary 11101100 1110110 10001010 0 110010 101010 111 101011110 1001100 1000101

Color Harmonies of #EC768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC768A

Black with #EC768A

Text Example


Text Example

White with #EC768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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