Html Css Color HEX #EC6890 Deep Blush

📋 copy color: '#EC6890'

red 236 ◦ green 104 ◦ blue 144

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

Shades of Deep Blush #EC6890

Tints of Deep Blush #EC6890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.49%

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

R = 48.76%
G = 21.49%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6890 (or 0xEC6890) is known color: Deep Blush. HEX triplet: EC, 68 and 90. RGB value is (236,104,144). Sum of RGB (Red+Green+Blue) = 236+104+144=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6890 is #13976F. Grayscale: #949494. Windows color (decimal): -1283952 or 9464044. OLE color: 9464044.

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

Color convert

RGB 236 104 144 -
CMYK 0 0.56 0.39 0.07
HSL 341.82º 0.78% 0.67% -
HSV(B) 341.82º 0.56% 0.93% -
XYZ 44.58 29.75 29.78 -
YUV 148.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 236 104 144 0 0.56 0.39 0.07 341.82 0.78 0.67
Hex EC 68 90 0 38 27 7 156 4E 43
Octal 354 150 220 0 70 47 7 526 116 103
Binary 11101100 1101000 10010000 0 111000 100111 111 101010110 1001110 1000011

Color Harmonies of #EC6890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6890

Black with #EC6890

Text Example


Text Example

White with #EC6890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6890; }

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

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

background-color css

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

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

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

border-color css

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

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

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