Html Css Color HEX #EC6490 Deep Blush

📋 copy color: '#EC6490'

red 236 ◦ green 100 ◦ blue 144

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

Shades of Deep Blush #EC6490

Tints of Deep Blush #EC6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.83%

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

R = 49.17%
G = 20.83%
B = 30%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6490 (or 0xEC6490) is known color: Deep Blush. HEX triplet: EC, 64 and 90. RGB value is (236,100,144). Sum of RGB (Red+Green+Blue) = 236+100+144=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6490 is #139B6F. Grayscale: #919191. Windows color (decimal): -1284976 or 9463020. OLE color: 9463020.

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

Color convert

RGB 236 100 144 -
CMYK 0 0.58 0.39 0.07
HSL 340.59º 0.78% 0.66% -
HSV(B) 340.59º 0.58% 0.93% -
XYZ 44.18 28.96 29.65 -
YUV 145.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 236 100 144 0 0.58 0.39 0.07 340.59 0.78 0.66
Hex EC 64 90 0 3A 27 7 155 4E 42
Octal 354 144 220 0 72 47 7 525 116 102
Binary 11101100 1100100 10010000 0 111010 100111 111 101010101 1001110 1000010

Color Harmonies of #EC6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6490

Black with #EC6490

Text Example


Text Example

White with #EC6490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6490; }

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

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

background-color css

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

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

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

border-color css

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

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

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