Html Css Color HEX #EC6991 Deep Blush

📋 copy color: '#EC6991'

red 236 ◦ green 105 ◦ blue 145

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

Shades of Deep Blush #EC6991

Tints of Deep Blush #EC6991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 48.56%
G = 21.6%
B = 29.84%

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

#EC6991 (or 0xEC6991) is known color: Deep Blush. HEX triplet: EC, 69 and 91. RGB value is (236,105,145). Sum of RGB (Red+Green+Blue) = 236+105+145=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6991 is #13966E. Grayscale: #949494. Windows color (decimal): -1283695 or 9529836. OLE color: 9529836.

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

Color convert

RGB 236 105 145 -
CMYK 0 0.56 0.39 0.07
HSL 341.68º 0.78% 0.67% -
HSV(B) 341.68º 0.56% 0.93% -
XYZ 44.75 29.98 30.22 -
YUV 148.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 236 105 145 0 0.56 0.39 0.07 341.68 0.78 0.67
Hex EC 69 91 0 38 27 7 156 4E 43
Octal 354 151 221 0 70 47 7 526 116 103
Binary 11101100 1101001 10010001 0 111000 100111 111 101010110 1001110 1000011

Color Harmonies of #EC6991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6991

Black with #EC6991

Text Example


Text Example

White with #EC6991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6991; }

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

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

background-color css

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

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

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

border-color css

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

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

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