Html Css Color HEX #EC7585 Deep Blush

📋 copy color: '#EC7585'

red 236 ◦ green 117 ◦ blue 133

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

Shades of Deep Blush #EC7585

Tints of Deep Blush #EC7585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

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

R = 48.56%
G = 24.07%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC7585 (or 0xEC7585) is known color: Deep Blush. HEX triplet: EC, 75 and 85. RGB value is (236,117,133). Sum of RGB (Red+Green+Blue) = 236+117+133=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7585 is #138A7A. Grayscale: #9A9A9A. Windows color (decimal): -1280635 or 8746476. OLE color: 8746476.

HSL color Cylindrical-coordinate representation of color #EC7585: hue angle of 351.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7585 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 133 -
CMYK 0 0.50 0.44 0.07
HSL 351.93º 0.76% 0.69% -
HSV(B) 351.93º 0.5% 0.93% -
XYZ 45.19 32.25 26.03 -
YUV 154.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 236 117 133 0 0.50 0.44 0.07 351.93 0.76 0.69
Hex EC 75 85 0 32 2C 7 160 4C 45
Octal 354 165 205 0 62 54 7 540 114 105
Binary 11101100 1110101 10000101 0 110010 101100 111 101100000 1001100 1000101

Color Harmonies of #EC7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7585

Black with #EC7585

Text Example


Text Example

White with #EC7585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7585; }

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

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

background-color css

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

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

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

border-color css

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

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

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