Html Css Color HEX #EC6F8A Deep Blush

📋 copy color: '#EC6F8A'

red 236 ◦ green 111 ◦ blue 138

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

Shades of Deep Blush #EC6F8A

Tints of Deep Blush #EC6F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.89%

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

R = 48.66%
G = 22.89%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC6F8A (or 0xEC6F8A) is known color: Deep Blush. HEX triplet: EC, 6F and 8A. RGB value is (236,111,138). Sum of RGB (Red+Green+Blue) = 236+111+138=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F8A is #139075. Grayscale: #979797. Windows color (decimal): -1282166 or 9072620. OLE color: 9072620.

HSL color Cylindrical-coordinate representation of color #EC6F8A: hue angle of 347.04º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6F8A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 111 138 -
CMYK 0 0.53 0.42 0.07
HSL 347.04º 0.77% 0.68% -
HSV(B) 347.04º 0.53% 0.93% -
XYZ 44.86 31.04 27.67 -
YUV 151.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 236 111 138 0 0.53 0.42 0.07 347.04 0.77 0.68
Hex EC 6F 8A 0 35 2A 7 15B 4D 44
Octal 354 157 212 0 65 52 7 533 115 104
Binary 11101100 1101111 10001010 0 110101 101010 111 101011011 1001101 1000100

Color Harmonies of #EC6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F8A

Black with #EC6F8A

Text Example


Text Example

White with #EC6F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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