Html Css Color HEX #EC6191 Deep Blush

📋 copy color: '#EC6191'

red 236 ◦ green 97 ◦ blue 145

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

Shades of Deep Blush #EC6191

Tints of Deep Blush #EC6191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.29%

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

R = 49.37%
G = 20.29%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6191 (or 0xEC6191) is known color: Deep Blush. HEX triplet: EC, 61 and 91. RGB value is (236,97,145). Sum of RGB (Red+Green+Blue) = 236+97+145=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6191 is #139E6E. Grayscale: #8F8F8F. Windows color (decimal): -1285743 or 9527788. OLE color: 9527788.

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

Color convert

RGB 236 97 145 -
CMYK 0 0.59 0.39 0.07
HSL 339.28º 0.79% 0.65% -
HSV(B) 339.28º 0.59% 0.93% -
XYZ 43.98 28.43 29.96 -
YUV 144.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 236 97 145 0 0.59 0.39 0.07 339.28 0.79 0.65
Hex EC 61 91 0 3B 27 7 153 4F 41
Octal 354 141 221 0 73 47 7 523 117 101
Binary 11101100 1100001 10010001 0 111011 100111 111 101010011 1001111 1000001

Color Harmonies of #EC6191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6191

Black with #EC6191

Text Example


Text Example

White with #EC6191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6191; }

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

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

background-color css

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

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

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

border-color css

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

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

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