Html Css Color HEX #EC6895 Deep Blush

📋 copy color: '#EC6895'

red 236 ◦ green 104 ◦ blue 149

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

Shades of Deep Blush #EC6895

Tints of Deep Blush #EC6895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 48.26%
G = 21.27%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6895 (or 0xEC6895) is known color: Deep Blush. HEX triplet: EC, 68 and 95. RGB value is (236,104,149). Sum of RGB (Red+Green+Blue) = 236+104+149=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6895 is #13976A. Grayscale: #949494. Windows color (decimal): -1283947 or 9791724. OLE color: 9791724.

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

Color convert

RGB 236 104 149 -
CMYK 0 0.56 0.37 0.07
HSL 339.55º 0.78% 0.67% -
HSV(B) 339.55º 0.56% 0.93% -
XYZ 44.97 29.9 31.84 -
YUV 148.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 236 104 149 0 0.56 0.37 0.07 339.55 0.78 0.67
Hex EC 68 95 0 38 25 7 154 4E 43
Octal 354 150 225 0 70 45 7 524 116 103
Binary 11101100 1101000 10010101 0 111000 100101 111 101010100 1001110 1000011

Color Harmonies of #EC6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6895

Black with #EC6895

Text Example


Text Example

White with #EC6895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6895; }

 p { color: rgb(236,104,149); }

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

background-color css

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

 a { background-color: rgb(236,104,149); }

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

border-color css

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

 span { border-color: rgb(236,104,149); }

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