Html Css Color HEX #EC618D Deep Blush

📋 copy color: '#EC618D'

red 236 ◦ green 97 ◦ blue 141

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

Shades of Deep Blush #EC618D

Tints of Deep Blush #EC618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 49.79%
G = 20.46%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC618D (or 0xEC618D) is known color: Deep Blush. HEX triplet: EC, 61 and 8D. RGB value is (236,97,141). Sum of RGB (Red+Green+Blue) = 236+97+141=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC618D is #139E72. Grayscale: #8F8F8F. Windows color (decimal): -1285747 or 9265644. OLE color: 9265644.

HSL color Cylindrical-coordinate representation of color #EC618D: hue angle of 341.01º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC618D is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 141 -
CMYK 0 0.59 0.40 0.07
HSL 341.01º 0.79% 0.65% -
HSV(B) 341.01º 0.59% 0.93% -
XYZ 43.67 28.31 28.36 -
YUV 143.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 236 97 141 0 0.59 0.40 0.07 341.01 0.79 0.65
Hex EC 61 8D 0 3B 28 7 155 4F 41
Octal 354 141 215 0 73 50 7 525 117 101
Binary 11101100 1100001 10001101 0 111011 101000 111 101010101 1001111 1000001

Color Harmonies of #EC618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC618D

Black with #EC618D

Text Example


Text Example

White with #EC618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC618D; }

 p { color: rgb(236,97,141); }

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

background-color css

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

 a { background-color: rgb(236,97,141); }

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

border-color css

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

 span { border-color: rgb(236,97,141); }

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