Html Css Color HEX #EC6385 Deep Blush

📋 copy color: '#EC6385'

red 236 ◦ green 99 ◦ blue 133

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

Shades of Deep Blush #EC6385

Tints of Deep Blush #EC6385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 50.43%
G = 21.15%
B = 28.42%

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

#EC6385 (or 0xEC6385) is known color: Deep Blush. HEX triplet: EC, 63 and 85. RGB value is (236,99,133). Sum of RGB (Red+Green+Blue) = 236+99+133=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6385 is #139C7A. Grayscale: #8F8F8F. Windows color (decimal): -1285243 or 8741868. OLE color: 8741868.

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

Color convert

RGB 236 99 133 -
CMYK 0 0.58 0.44 0.07
HSL 345.11º 0.78% 0.66% -
HSV(B) 345.11º 0.58% 0.93% -
XYZ 43.29 28.45 25.4 -
YUV 143.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 236 99 133 0 0.58 0.44 0.07 345.11 0.78 0.66
Hex EC 63 85 0 3A 2C 7 159 4E 42
Octal 354 143 205 0 72 54 7 531 116 102
Binary 11101100 1100011 10000101 0 111010 101100 111 101011001 1001110 1000010

Color Harmonies of #EC6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6385

Black with #EC6385

Text Example


Text Example

White with #EC6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6385; }

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

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

background-color css

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

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

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

border-color css

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

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

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