Html Css Color HEX #EC6386 Deep Blush

📋 copy color: '#EC6386'

red 236 ◦ green 99 ◦ blue 134

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

Shades of Deep Blush #EC6386

Tints of Deep Blush #EC6386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.57%

R = 50.32%
G = 21.11%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC6386 (or 0xEC6386) is known color: Deep Blush. HEX triplet: EC, 63 and 86. RGB value is (236,99,134). Sum of RGB (Red+Green+Blue) = 236+99+134=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6386 is #139C79. Grayscale: #8F8F8F. Windows color (decimal): -1285242 or 8807404. OLE color: 8807404.

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

Color convert

RGB 236 99 134 -
CMYK 0 0.58 0.43 0.07
HSL 344.67º 0.78% 0.66% -
HSV(B) 344.67º 0.58% 0.93% -
XYZ 43.36 28.48 25.77 -
YUV 143.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 236 99 134 0 0.58 0.43 0.07 344.67 0.78 0.66
Hex EC 63 86 0 3A 2B 7 159 4E 42
Octal 354 143 206 0 72 53 7 531 116 102
Binary 11101100 1100011 10000110 0 111010 101011 111 101011001 1001110 1000010

Color Harmonies of #EC6386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6386

Black with #EC6386

Text Example


Text Example

White with #EC6386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6386; }

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

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

background-color css

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

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

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

border-color css

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

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

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