Html Css Color HEX #EC628C Deep Blush

📋 copy color: '#EC628C'

red 236 ◦ green 98 ◦ blue 140

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

Shades of Deep Blush #EC628C

Tints of Deep Blush #EC628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.68%

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

R = 49.79%
G = 20.68%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC628C (or 0xEC628C) is known color: Deep Blush. HEX triplet: EC, 62 and 8C. RGB value is (236,98,140). Sum of RGB (Red+Green+Blue) = 236+98+140=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC628C is #139D73. Grayscale: #909090. Windows color (decimal): -1285492 or 9200364. OLE color: 9200364.

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

Color convert

RGB 236 98 140 -
CMYK 0 0.58 0.41 0.07
HSL 341.74º 0.78% 0.65% -
HSV(B) 341.74º 0.58% 0.93% -
XYZ 43.69 28.46 28 -
YUV 144.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 236 98 140 0 0.58 0.41 0.07 341.74 0.78 0.65
Hex EC 62 8C 0 3A 29 7 156 4E 41
Octal 354 142 214 0 72 51 7 526 116 101
Binary 11101100 1100010 10001100 0 111010 101001 111 101010110 1001110 1000001

Color Harmonies of #EC628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC628C

Black with #EC628C

Text Example


Text Example

White with #EC628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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