Html Css Color HEX #EC6585 Deep Blush

📋 copy color: '#EC6585'

red 236 ◦ green 101 ◦ blue 133

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

Shades of Deep Blush #EC6585

Tints of Deep Blush #EC6585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 50.21%
G = 21.49%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC6585 (or 0xEC6585) is known color: Deep Blush. HEX triplet: EC, 65 and 85. RGB value is (236,101,133). Sum of RGB (Red+Green+Blue) = 236+101+133=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6585 is #139A7A. Grayscale: #919191. Windows color (decimal): -1284731 or 8742380. OLE color: 8742380.

HSL color Cylindrical-coordinate representation of color #EC6585: hue angle of 345.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6585 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 101 133 -
CMYK 0 0.57 0.44 0.07
HSL 345.78º 0.78% 0.66% -
HSV(B) 345.78º 0.57% 0.93% -
XYZ 43.48 28.83 25.46 -
YUV 145.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 236 101 133 0 0.57 0.44 0.07 345.78 0.78 0.66
Hex EC 65 85 0 39 2C 7 15A 4E 42
Octal 354 145 205 0 71 54 7 532 116 102
Binary 11101100 1100101 10000101 0 111001 101100 111 101011010 1001110 1000010

Color Harmonies of #EC6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6585

Black with #EC6585

Text Example


Text Example

White with #EC6585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6585; }

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

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

background-color css

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

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

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

border-color css

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

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

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