Html Css Color HEX #EC6590 Deep Blush

📋 copy color: '#EC6590'

red 236 ◦ green 101 ◦ blue 144

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

Shades of Deep Blush #EC6590

Tints of Deep Blush #EC6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21%

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

R = 49.06%
G = 21%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6590 (or 0xEC6590) is known color: Deep Blush. HEX triplet: EC, 65 and 90. RGB value is (236,101,144). Sum of RGB (Red+Green+Blue) = 236+101+144=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6590 is #139A6F. Grayscale: #929292. Windows color (decimal): -1284720 or 9463276. OLE color: 9463276.

HSL color Cylindrical-coordinate representation of color #EC6590: hue angle of 340.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6590 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 101 144 -
CMYK 0 0.57 0.39 0.07
HSL 340.89º 0.78% 0.66% -
HSV(B) 340.89º 0.57% 0.93% -
XYZ 44.28 29.15 29.68 -
YUV 146.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 236 101 144 0 0.57 0.39 0.07 340.89 0.78 0.66
Hex EC 65 90 0 39 27 7 155 4E 42
Octal 354 145 220 0 71 47 7 525 116 102
Binary 11101100 1100101 10010000 0 111001 100111 111 101010101 1001110 1000010

Color Harmonies of #EC6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6590

Black with #EC6590

Text Example


Text Example

White with #EC6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6590; }

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

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

background-color css

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

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

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

border-color css

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

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

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