Html Css Color HEX #EC6E8A Deep Blush

📋 copy color: '#EC6E8A'

red 236 ◦ green 110 ◦ blue 138

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

Shades of Deep Blush #EC6E8A

Tints of Deep Blush #EC6E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.73%

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

R = 48.76%
G = 22.73%
B = 28.51%

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

#EC6E8A (or 0xEC6E8A) is known color: Deep Blush. HEX triplet: EC, 6E and 8A. RGB value is (236,110,138). Sum of RGB (Red+Green+Blue) = 236+110+138=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E8A is #139175. Grayscale: #969696. Windows color (decimal): -1282422 or 9072364. OLE color: 9072364.

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

Color convert

RGB 236 110 138 -
CMYK 0 0.53 0.42 0.07
HSL 346.67º 0.77% 0.68% -
HSV(B) 346.67º 0.53% 0.93% -
XYZ 44.76 30.82 27.63 -
YUV 150.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 236 110 138 0 0.53 0.42 0.07 346.67 0.77 0.68
Hex EC 6E 8A 0 35 2A 7 15B 4D 44
Octal 354 156 212 0 65 52 7 533 115 104
Binary 11101100 1101110 10001010 0 110101 101010 111 101011011 1001101 1000100

Color Harmonies of #EC6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E8A

Black with #EC6E8A

Text Example


Text Example

White with #EC6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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