Html Css Color HEX #EC618C Deep Blush

📋 copy color: '#EC618C'

red 236 ◦ green 97 ◦ blue 140

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

Shades of Deep Blush #EC618C

Tints of Deep Blush #EC618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 49.89%
G = 20.51%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC618C (or 0xEC618C) is known color: Deep Blush. HEX triplet: EC, 61 and 8C. RGB value is (236,97,140). Sum of RGB (Red+Green+Blue) = 236+97+140=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC618C is #139E73. Grayscale: #8F8F8F. Windows color (decimal): -1285748 or 9200108. OLE color: 9200108.

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

Color convert

RGB 236 97 140 -
CMYK 0 0.59 0.41 0.07
HSL 341.44º 0.79% 0.65% -
HSV(B) 341.44º 0.59% 0.93% -
XYZ 43.6 28.28 27.97 -
YUV 143.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 236 97 140 0 0.59 0.41 0.07 341.44 0.79 0.65
Hex EC 61 8C 0 3B 29 7 155 4F 41
Octal 354 141 214 0 73 51 7 525 117 101
Binary 11101100 1100001 10001100 0 111011 101001 111 101010101 1001111 1000001

Color Harmonies of #EC618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC618C

Black with #EC618C

Text Example


Text Example

White with #EC618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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