Html Css Color HEX #EC6489 Deep Blush

📋 copy color: '#EC6489'

red 236 ◦ green 100 ◦ blue 137

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

Shades of Deep Blush #EC6489

Tints of Deep Blush #EC6489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

 BLUE value IS 137 (53.91% from 255) = 28.96%

R = 49.89%
G = 21.14%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC6489 (or 0xEC6489) is known color: Deep Blush. HEX triplet: EC, 64 and 89. RGB value is (236,100,137). Sum of RGB (Red+Green+Blue) = 236+100+137=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6489 is #139B76. Grayscale: #909090. Windows color (decimal): -1284983 or 9004268. OLE color: 9004268.

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

Color convert

RGB 236 100 137 -
CMYK 0 0.58 0.42 0.07
HSL 343.68º 0.78% 0.66% -
HSV(B) 343.68º 0.58% 0.93% -
XYZ 43.66 28.75 26.92 -
YUV 144.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 236 100 137 0 0.58 0.42 0.07 343.68 0.78 0.66
Hex EC 64 89 0 3A 2A 7 158 4E 42
Octal 354 144 211 0 72 52 7 530 116 102
Binary 11101100 1100100 10001001 0 111010 101010 111 101011000 1001110 1000010

Color Harmonies of #EC6489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6489

Black with #EC6489

Text Example


Text Example

White with #EC6489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6489; }

 p { color: rgb(236,100,137); }

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

background-color css

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

 a { background-color: rgb(236,100,137); }

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

border-color css

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

 span { border-color: rgb(236,100,137); }

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