Html Css Color HEX #EC6990 Deep Blush

📋 copy color: '#EC6990'

red 236 ◦ green 105 ◦ blue 144

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

Shades of Deep Blush #EC6990

Tints of Deep Blush #EC6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

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

R = 48.66%
G = 21.65%
B = 29.69%

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

#EC6990 (or 0xEC6990) is known color: Deep Blush. HEX triplet: EC, 69 and 90. RGB value is (236,105,144). Sum of RGB (Red+Green+Blue) = 236+105+144=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6990 is #13966F. Grayscale: #949494. Windows color (decimal): -1283696 or 9464300. OLE color: 9464300.

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

Color convert

RGB 236 105 144 -
CMYK 0 0.56 0.39 0.07
HSL 342.14º 0.78% 0.67% -
HSV(B) 342.14º 0.56% 0.93% -
XYZ 44.68 29.95 29.81 -
YUV 148.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 236 105 144 0 0.56 0.39 0.07 342.14 0.78 0.67
Hex EC 69 90 0 38 27 7 156 4E 43
Octal 354 151 220 0 70 47 7 526 116 103
Binary 11101100 1101001 10010000 0 111000 100111 111 101010110 1001110 1000011

Color Harmonies of #EC6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6990

Black with #EC6990

Text Example


Text Example

White with #EC6990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6990; }

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

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

background-color css

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

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

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

border-color css

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

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

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