Html Css Color HEX #EC6795 Deep Blush

📋 copy color: '#EC6795'

red 236 ◦ green 103 ◦ blue 149

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

Shades of Deep Blush #EC6795

Tints of Deep Blush #EC6795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.11%

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

R = 48.36%
G = 21.11%
B = 30.53%

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

#EC6795 (or 0xEC6795) is known color: Deep Blush. HEX triplet: EC, 67 and 95. RGB value is (236,103,149). Sum of RGB (Red+Green+Blue) = 236+103+149=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6795 is #13986A. Grayscale: #939393. Windows color (decimal): -1284203 or 9791468. OLE color: 9791468.

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

Color convert

RGB 236 103 149 -
CMYK 0 0.56 0.37 0.07
HSL 339.25º 0.78% 0.66% -
HSV(B) 339.25º 0.56% 0.93% -
XYZ 44.87 29.7 31.8 -
YUV 148.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 236 103 149 0 0.56 0.37 0.07 339.25 0.78 0.66
Hex EC 67 95 0 38 25 7 153 4E 42
Octal 354 147 225 0 70 45 7 523 116 102
Binary 11101100 1100111 10010101 0 111000 100101 111 101010011 1001110 1000010

Color Harmonies of #EC6795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6795

Black with #EC6795

Text Example


Text Example

White with #EC6795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6795; }

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

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

background-color css

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

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

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

border-color css

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

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

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