Html Css Color HEX #EC6492 Deep Blush

📋 copy color: '#EC6492'

red 236 ◦ green 100 ◦ blue 146

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

Shades of Deep Blush #EC6492

Tints of Deep Blush #EC6492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 48.96%
G = 20.75%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC6492 (or 0xEC6492) is known color: Deep Blush. HEX triplet: EC, 64 and 92. RGB value is (236,100,146). Sum of RGB (Red+Green+Blue) = 236+100+146=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6492 is #139B6D. Grayscale: #919191. Windows color (decimal): -1284974 or 9594092. OLE color: 9594092.

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

Color convert

RGB 236 100 146 -
CMYK 0 0.58 0.38 0.07
HSL 339.71º 0.78% 0.66% -
HSV(B) 339.71º 0.58% 0.93% -
XYZ 44.34 29.02 30.46 -
YUV 145.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 236 100 146 0 0.58 0.38 0.07 339.71 0.78 0.66
Hex EC 64 92 0 3A 26 7 154 4E 42
Octal 354 144 222 0 72 46 7 524 116 102
Binary 11101100 1100100 10010010 0 111010 100110 111 101010100 1001110 1000010

Color Harmonies of #EC6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6492

Black with #EC6492

Text Example


Text Example

White with #EC6492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6492; }

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

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

background-color css

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

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

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

border-color css

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

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

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