Html Css Color HEX #EC6395 Deep Blush

📋 copy color: '#EC6395'

red 236 ◦ green 99 ◦ blue 149

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

Shades of Deep Blush #EC6395

Tints of Deep Blush #EC6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.45%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 48.76%
G = 20.45%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6395 (or 0xEC6395) is known color: Deep Blush. HEX triplet: EC, 63 and 95. RGB value is (236,99,149). Sum of RGB (Red+Green+Blue) = 236+99+149=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6395 is #139C6A. Grayscale: #919191. Windows color (decimal): -1285227 or 9790444. OLE color: 9790444.

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

Color convert

RGB 236 99 149 -
CMYK 0 0.58 0.37 0.07
HSL 338.1º 0.78% 0.66% -
HSV(B) 338.1º 0.58% 0.93% -
XYZ 44.48 28.93 31.67 -
YUV 145.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 236 99 149 0 0.58 0.37 0.07 338.1 0.78 0.66
Hex EC 63 95 0 3A 25 7 152 4E 42
Octal 354 143 225 0 72 45 7 522 116 102
Binary 11101100 1100011 10010101 0 111010 100101 111 101010010 1001110 1000010

Color Harmonies of #EC6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6395

Black with #EC6395

Text Example


Text Example

White with #EC6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6395; }

 p { color: rgb(236,99,149); }

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

background-color css

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

 a { background-color: rgb(236,99,149); }

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

border-color css

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

 span { border-color: rgb(236,99,149); }

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