Html Css Color HEX #EC6E90 Deep Blush

📋 copy color: '#EC6E90'

red 236 ◦ green 110 ◦ blue 144

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

Shades of Deep Blush #EC6E90

Tints of Deep Blush #EC6E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 48.16%
G = 22.45%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6E90 (or 0xEC6E90) is known color: Deep Blush. HEX triplet: EC, 6E and 90. RGB value is (236,110,144). Sum of RGB (Red+Green+Blue) = 236+110+144=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E90 is #13916F. Grayscale: #979797. Windows color (decimal): -1282416 or 9465580. OLE color: 9465580.

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

Color convert

RGB 236 110 144 -
CMYK 0 0.53 0.39 0.07
HSL 343.81º 0.77% 0.68% -
HSV(B) 343.81º 0.53% 0.93% -
XYZ 45.2 31 29.99 -
YUV 151.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 236 110 144 0 0.53 0.39 0.07 343.81 0.77 0.68
Hex EC 6E 90 0 35 27 7 158 4D 44
Octal 354 156 220 0 65 47 7 530 115 104
Binary 11101100 1101110 10010000 0 110101 100111 111 101011000 1001101 1000100

Color Harmonies of #EC6E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E90

Black with #EC6E90

Text Example


Text Example

White with #EC6E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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