Html Css Color HEX #EC6390 Deep Blush

📋 copy color: '#EC6390'

red 236 ◦ green 99 ◦ blue 144

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

Shades of Deep Blush #EC6390

Tints of Deep Blush #EC6390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.67%

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

R = 49.27%
G = 20.67%
B = 30.06%

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

#EC6390 (or 0xEC6390) is known color: Deep Blush. HEX triplet: EC, 63 and 90. RGB value is (236,99,144). Sum of RGB (Red+Green+Blue) = 236+99+144=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6390 is #139C6F. Grayscale: #919191. Windows color (decimal): -1285232 or 9462764. OLE color: 9462764.

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

Color convert

RGB 236 99 144 -
CMYK 0 0.58 0.39 0.07
HSL 340.29º 0.78% 0.66% -
HSV(B) 340.29º 0.58% 0.93% -
XYZ 44.09 28.77 29.62 -
YUV 145.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 236 99 144 0 0.58 0.39 0.07 340.29 0.78 0.66
Hex EC 63 90 0 3A 27 7 154 4E 42
Octal 354 143 220 0 72 47 7 524 116 102
Binary 11101100 1100011 10010000 0 111010 100111 111 101010100 1001110 1000010

Color Harmonies of #EC6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6390

Black with #EC6390

Text Example


Text Example

White with #EC6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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