Html Css Color HEX #EC68B8 Hot Pink

📋 copy color: '#EC68B8'

red 236 ◦ green 104 ◦ blue 184

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

Shades of Hot Pink #EC68B8

Tints of Hot Pink #EC68B8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.85%

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 45.04%
G = 19.85%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC68B8 (or 0xEC68B8) is known color: Hot Pink. HEX triplet: EC, 68 and B8. RGB value is (236,104,184). Sum of RGB (Red+Green+Blue) = 236+104+184=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68B8 is #139747. Grayscale: #989898. Windows color (decimal): -1283912 or 12085484. OLE color: 12085484.

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

Color convert

RGB 236 104 184 -
CMYK 0 0.56 0.22 0.07
HSL 323.64º 0.78% 0.67% -
HSV(B) 323.64º 0.56% 0.93% -
XYZ 48.19 31.19 48.83 -
YUV 152.59 145.73 187.5 -
System Red Green Blue C M Y K H S L
Decimal 236 104 184 0 0.56 0.22 0.07 323.64 0.78 0.67
Hex EC 68 B8 0 38 16 7 144 4E 43
Octal 354 150 270 0 70 26 7 504 116 103
Binary 11101100 1101000 10111000 0 111000 10110 111 101000100 1001110 1000011

Color Harmonies of #EC68B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68B8

Black with #EC68B8

Text Example


Text Example

White with #EC68B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68B8; }

 p { color: rgb(236,104,184); }

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

background-color css

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

 a { background-color: rgb(236,104,184); }

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

border-color css

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

 span { border-color: rgb(236,104,184); }

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