Html Css Color HEX #EC6384 Deep Blush

📋 copy color: '#EC6384'

red 236 ◦ green 99 ◦ blue 132

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

Shades of Deep Blush #EC6384

Tints of Deep Blush #EC6384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.27%

R = 50.54%
G = 21.2%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC6384 (or 0xEC6384) is known color: Deep Blush. HEX triplet: EC, 63 and 84. RGB value is (236,99,132). Sum of RGB (Red+Green+Blue) = 236+99+132=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6384 is #139C7B. Grayscale: #8F8F8F. Windows color (decimal): -1285244 or 8676332. OLE color: 8676332.

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

Color convert

RGB 236 99 132 -
CMYK 0 0.58 0.44 0.07
HSL 345.55º 0.78% 0.66% -
HSV(B) 345.55º 0.58% 0.93% -
XYZ 43.22 28.42 25.04 -
YUV 143.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 236 99 132 0 0.58 0.44 0.07 345.55 0.78 0.66
Hex EC 63 84 0 3A 2C 7 15A 4E 42
Octal 354 143 204 0 72 54 7 532 116 102
Binary 11101100 1100011 10000100 0 111010 101100 111 101011010 1001110 1000010

Color Harmonies of #EC6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6384

Black with #EC6384

Text Example


Text Example

White with #EC6384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6384; }

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

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

background-color css

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

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

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

border-color css

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

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

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