Html Css Color HEX #EC65A5 Hot Pink

📋 copy color: '#EC65A5'

red 236 ◦ green 101 ◦ blue 165

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

Shades of Hot Pink #EC65A5

Tints of Hot Pink #EC65A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.87%

R = 47.01%
G = 20.12%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC65A5 (or 0xEC65A5) is known color: Hot Pink. HEX triplet: EC, 65 and A5. RGB value is (236,101,165). Sum of RGB (Red+Green+Blue) = 236+101+165=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC65A5 is #139A5A. Grayscale: #949494. Windows color (decimal): -1284699 or 10839532. OLE color: 10839532.

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

Color convert

RGB 236 101 165 -
CMYK 0 0.57 0.30 0.07
HSL 331.56º 0.78% 0.66% -
HSV(B) 331.56º 0.57% 0.93% -
XYZ 46.04 29.86 38.93 -
YUV 148.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 236 101 165 0 0.57 0.30 0.07 331.56 0.78 0.66
Hex EC 65 A5 0 39 1E 7 14C 4E 42
Octal 354 145 245 0 71 36 7 514 116 102
Binary 11101100 1100101 10100101 0 111001 11110 111 101001100 1001110 1000010

Color Harmonies of #EC65A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65A5

Black with #EC65A5

Text Example


Text Example

White with #EC65A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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