#EC69B0

Color #EC69B0 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #EC69B0

Tints of Hot Pink #EC69B0

Color information

#EC69B0 (or 0xEC69B0) is unknown color: approx Hot Pink. HEX triplet: EC, 69 and B0. RGB value is (236,105,176). Sum of RGB (Red+Green+Blue) = 236+105+176=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC69B0 is #13964F. Grayscale: #989898. Windows color (decimal): -1283664 or 11561452. OLE color: 11561452.

HSL color Cylindrical-coordinate representation of color #EC69B0: hue angle of 327.48º 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 #EC69B0 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236105176-
CMYK00.560.250.07
HSL327.48º77.51%66.86%-
HSV(B)327.48º55.51%92.55%-
XYZ47.4831.0744.57-
YUV152.26141.4187.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=45.65%
G=20.31%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610517600.560.250.07327.4877.5166.86
HexEC69B00381971474e43
Octal354151260070317507116103
Binary1110110011010011011000001110001100111110100011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69B0; }

 p { color: rgb(236,105,176); }

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

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

 a { background-color: rgb(236,105,176); }

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

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

 span { border-color: rgb(236,105,176); }

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