Html Css Color HEX #EC69B0 Hot Pink

📋 copy color: '#EC69B0'

red 236 ◦ green 105 ◦ blue 176

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

Shades of Hot Pink #EC69B0

Tints of Hot Pink #EC69B0

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 value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC69B0 (or 0xEC69B0) is known color: 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

RGB 236 105 176 -
CMYK 0 0.56 0.25 0.07
HSL 327.48º 0.78% 0.67% -
HSV(B) 327.48º 0.56% 0.93% -
XYZ 47.48 31.07 44.57 -
YUV 152.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 236 105 176 0 0.56 0.25 0.07 327.48 0.78 0.67
Hex EC 69 B0 0 38 19 7 147 4E 43
Octal 354 151 260 0 70 31 7 507 116 103
Binary 11101100 1101001 10110000 0 111000 11001 111 101000111 1001110 1000011

Color Harmonies of #EC69B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC69B0

Black with #EC69B0

Text Example


Text Example

White with #EC69B0

Text Example


Text Example

HTML Codes & Css Web 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>