Html Css Color HEX #EC65B1 Hot Pink

📋 copy color: '#EC65B1'

red 236 ◦ green 101 ◦ blue 177

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

Shades of Hot Pink #EC65B1

Tints of Hot Pink #EC65B1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.65%

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 45.91%
G = 19.65%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC65B1 (or 0xEC65B1) is known color: Hot Pink. HEX triplet: EC, 65 and B1. RGB value is (236,101,177). Sum of RGB (Red+Green+Blue) = 236+101+177=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC65B1 is #139A4E. Grayscale: #959595. Windows color (decimal): -1284687 or 11625964. OLE color: 11625964.

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

Color convert

RGB 236 101 177 -
CMYK 0 0.57 0.25 0.07
HSL 326.22º 0.78% 0.66% -
HSV(B) 326.22º 0.57% 0.93% -
XYZ 47.18 30.31 44.96 -
YUV 150.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 236 101 177 0 0.57 0.25 0.07 326.22 0.78 0.66
Hex EC 65 B1 0 39 19 7 146 4E 42
Octal 354 145 261 0 71 31 7 506 116 102
Binary 11101100 1100101 10110001 0 111001 11001 111 101000110 1001110 1000010

Color Harmonies of #EC65B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65B1

Black with #EC65B1

Text Example


Text Example

White with #EC65B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65B1; }

 p { color: rgb(236,101,177); }

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

background-color css

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

 a { background-color: rgb(236,101,177); }

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

border-color css

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

 span { border-color: rgb(236,101,177); }

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