Html Css Color HEX #EC6091 Deep Blush

📋 copy color: '#EC6091'

red 236 ◦ green 96 ◦ blue 145

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

Shades of Deep Blush #EC6091

Tints of Deep Blush #EC6091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.13%

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

R = 49.48%
G = 20.13%
B = 30.4%

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

#EC6091 (or 0xEC6091) is known color: Deep Blush. HEX triplet: EC, 60 and 91. RGB value is (236,96,145). Sum of RGB (Red+Green+Blue) = 236+96+145=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6091 is #139F6E. Grayscale: #8F8F8F. Windows color (decimal): -1285999 or 9527532. OLE color: 9527532.

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

Color convert

RGB 236 96 145 -
CMYK 0 0.59 0.39 0.07
HSL 339º 0.79% 0.65% -
HSV(B) 339º 0.59% 0.93% -
XYZ 43.89 28.24 29.93 -
YUV 143.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 236 96 145 0 0.59 0.39 0.07 339 0.79 0.65
Hex EC 60 91 0 3B 27 7 153 4F 41
Octal 354 140 221 0 73 47 7 523 117 101
Binary 11101100 1100000 10010001 0 111011 100111 111 101010011 1001111 1000001

Color Harmonies of #EC6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6091

Black with #EC6091

Text Example


Text Example

White with #EC6091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6091; }

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

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

background-color css

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

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

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

border-color css

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

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

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