Html Css Color HEX #EC6D8F Deep Blush

📋 copy color: '#EC6D8F'

red 236 ◦ green 109 ◦ blue 143

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

Shades of Deep Blush #EC6D8F

Tints of Deep Blush #EC6D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 48.36%
G = 22.34%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6D8F (or 0xEC6D8F) is known color: Deep Blush. HEX triplet: EC, 6D and 8F. RGB value is (236,109,143). Sum of RGB (Red+Green+Blue) = 236+109+143=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D8F is #139270. Grayscale: #969696. Windows color (decimal): -1282673 or 9399788. OLE color: 9399788.

HSL color Cylindrical-coordinate representation of color #EC6D8F: hue angle of 343.94º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D8F is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 109 143 -
CMYK 0 0.54 0.39 0.07
HSL 343.94º 0.77% 0.68% -
HSV(B) 343.94º 0.54% 0.93% -
XYZ 45.02 30.75 29.55 -
YUV 150.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 236 109 143 0 0.54 0.39 0.07 343.94 0.77 0.68
Hex EC 6D 8F 0 36 27 7 158 4D 44
Octal 354 155 217 0 66 47 7 530 115 104
Binary 11101100 1101101 10001111 0 110110 100111 111 101011000 1001101 1000100

Color Harmonies of #EC6D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D8F

Black with #EC6D8F

Text Example


Text Example

White with #EC6D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D8F; }

 p { color: rgb(236,109,143); }

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

background-color css

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

 a { background-color: rgb(236,109,143); }

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

border-color css

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

 span { border-color: rgb(236,109,143); }

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