Html Css Color HEX #EC5DB5 Hot Pink

📋 copy color: '#EC5DB5'

red 236 ◦ green 93 ◦ blue 181

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

Shades of Hot Pink #EC5DB5

Tints of Hot Pink #EC5DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.24%

 BLUE value IS 181 (71.09% from 255) = 35.49%

R = 46.27%
G = 18.24%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC5DB5 (or 0xEC5DB5) is known color: Hot Pink. HEX triplet: EC, 5D and B5. RGB value is (236,93,181). Sum of RGB (Red+Green+Blue) = 236+93+181=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DB5 is #13A24A. Grayscale: #919191. Windows color (decimal): -1286731 or 11886060. OLE color: 11886060.

HSL color Cylindrical-coordinate representation of color #EC5DB5: hue angle of 323.08º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DB5 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 93 181 -
CMYK 0 0.61 0.23 0.07
HSL 323.08º 0.79% 0.65% -
HSV(B) 323.08º 0.61% 0.93% -
XYZ 46.85 29 46.84 -
YUV 145.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 236 93 181 0 0.61 0.23 0.07 323.08 0.79 0.65
Hex EC 5D B5 0 3D 17 7 143 4F 41
Octal 354 135 265 0 75 27 7 503 117 101
Binary 11101100 1011101 10110101 0 111101 10111 111 101000011 1001111 1000001

Color Harmonies of #EC5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DB5

Black with #EC5DB5

Text Example


Text Example

White with #EC5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DB5; }

 p { color: rgb(236,93,181); }

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

background-color css

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

 a { background-color: rgb(236,93,181); }

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

border-color css

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

 span { border-color: rgb(236,93,181); }

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