Html Css Color HEX #EC6690 Deep Blush

📋 copy color: '#EC6690'

red 236 ◦ green 102 ◦ blue 144

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

Shades of Deep Blush #EC6690

Tints of Deep Blush #EC6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

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

R = 48.96%
G = 21.16%
B = 29.88%

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

#EC6690 (or 0xEC6690) is known color: Deep Blush. HEX triplet: EC, 66 and 90. RGB value is (236,102,144). Sum of RGB (Red+Green+Blue) = 236+102+144=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6690 is #13996F. Grayscale: #929292. Windows color (decimal): -1284464 or 9463532. OLE color: 9463532.

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

Color convert

RGB 236 102 144 -
CMYK 0 0.57 0.39 0.07
HSL 341.19º 0.78% 0.66% -
HSV(B) 341.19º 0.57% 0.93% -
XYZ 44.38 29.35 29.71 -
YUV 146.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 236 102 144 0 0.57 0.39 0.07 341.19 0.78 0.66
Hex EC 66 90 0 39 27 7 155 4E 42
Octal 354 146 220 0 71 47 7 525 116 102
Binary 11101100 1100110 10010000 0 111001 100111 111 101010101 1001110 1000010

Color Harmonies of #EC6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6690

Black with #EC6690

Text Example


Text Example

White with #EC6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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