Html Css Color HEX #EC6F96 Deep Blush

📋 copy color: '#EC6F96'

red 236 ◦ green 111 ◦ blue 150

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

Shades of Deep Blush #EC6F96

Tints of Deep Blush #EC6F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.33%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 47.48%
G = 22.33%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC6F96 (or 0xEC6F96) is known color: Deep Blush. HEX triplet: EC, 6F and 96. RGB value is (236,111,150). Sum of RGB (Red+Green+Blue) = 236+111+150=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F96 is #139069. Grayscale: #989898. Windows color (decimal): -1282154 or 9859052. OLE color: 9859052.

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

Color convert

RGB 236 111 150 -
CMYK 0 0.53 0.36 0.07
HSL 341.28º 0.77% 0.68% -
HSV(B) 341.28º 0.53% 0.93% -
XYZ 45.78 31.4 32.5 -
YUV 152.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 236 111 150 0 0.53 0.36 0.07 341.28 0.77 0.68
Hex EC 6F 96 0 35 24 7 155 4D 44
Octal 354 157 226 0 65 44 7 525 115 104
Binary 11101100 1101111 10010110 0 110101 100100 111 101010101 1001101 1000100

Color Harmonies of #EC6F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F96

Black with #EC6F96

Text Example


Text Example

White with #EC6F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F96; }

 p { color: rgb(236,111,150); }

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

background-color css

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

 a { background-color: rgb(236,111,150); }

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

border-color css

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

 span { border-color: rgb(236,111,150); }

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