#EC6483

Color #EC6483 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EC6483

Tints of Deep Blush #EC6483

Color information

#EC6483 (or 0xEC6483) is unknown color: approx Deep Blush. HEX triplet: EC, 64 and 83. RGB value is (236,100,131). Sum of RGB (Red+Green+Blue) = 236+100+131=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6483 is #139B7C. Grayscale: #909090. Windows color (decimal): -1284989 or 8611052. OLE color: 8611052.

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

Color convert

RGB236100131-
CMYK00.580.440.07
HSL346.32º78.16%65.88%-
HSV(B)346.32º57.63%92.55%-
XYZ43.2528.5924.71-
YUV144.2120.56193.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=50.54%
G=21.41%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610013100.580.440.07346.3278.1665.88
HexEC648303A2C715a4e42
Octal354144203072547532116102
Binary11101100110010010000011011101010110011110101101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6483; }

 p { color: rgb(236,100,131); }

 H1.HeaderClassName
 {
   color: #EC6483;
 }
 .AnyTagClassName
 {
   color: #EC6483;
 }
</style>
background-color css

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

 a { background-color: rgb(236,100,131); }

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

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

 span { border-color: rgb(236,100,131); }

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