Html Css Color HEX #EC6685 Deep Blush

📋 copy color: '#EC6685'

red 236 ◦ green 102 ◦ blue 133

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

Shades of Deep Blush #EC6685

Tints of Deep Blush #EC6685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 50.11%
G = 21.66%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC6685 (or 0xEC6685) is known color: Deep Blush. HEX triplet: EC, 66 and 85. RGB value is (236,102,133). Sum of RGB (Red+Green+Blue) = 236+102+133=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6685 is #13997A. Grayscale: #919191. Windows color (decimal): -1284475 or 8742636. OLE color: 8742636.

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

Color convert

RGB 236 102 133 -
CMYK 0 0.57 0.44 0.07
HSL 346.12º 0.78% 0.66% -
HSV(B) 346.12º 0.57% 0.93% -
XYZ 43.58 29.03 25.5 -
YUV 145.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 236 102 133 0 0.57 0.44 0.07 346.12 0.78 0.66
Hex EC 66 85 0 39 2C 7 15A 4E 42
Octal 354 146 205 0 71 54 7 532 116 102
Binary 11101100 1100110 10000101 0 111001 101100 111 101011010 1001110 1000010

Color Harmonies of #EC6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6685

Black with #EC6685

Text Example


Text Example

White with #EC6685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6685; }

 p { color: rgb(236,102,133); }

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

background-color css

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

 a { background-color: rgb(236,102,133); }

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

border-color css

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

 span { border-color: rgb(236,102,133); }

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