Html Css Color HEX #EC68B4 Hot Pink

📋 copy color: '#EC68B4'

red 236 ◦ green 104 ◦ blue 180

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

Shades of Hot Pink #EC68B4

Tints of Hot Pink #EC68B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.62%

R = 45.38%
G = 20%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC68B4 (or 0xEC68B4) is known color: Hot Pink. HEX triplet: EC, 68 and B4. RGB value is (236,104,180). Sum of RGB (Red+Green+Blue) = 236+104+180=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68B4 is #13974B. Grayscale: #979797. Windows color (decimal): -1283916 or 11823340. OLE color: 11823340.

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

Color convert

RGB 236 104 180 -
CMYK 0 0.56 0.24 0.07
HSL 325.45º 0.78% 0.67% -
HSV(B) 325.45º 0.56% 0.93% -
XYZ 47.78 31.03 46.65 -
YUV 152.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 236 104 180 0 0.56 0.24 0.07 325.45 0.78 0.67
Hex EC 68 B4 0 38 18 7 145 4E 43
Octal 354 150 264 0 70 30 7 505 116 103
Binary 11101100 1101000 10110100 0 111000 11000 111 101000101 1001110 1000011

Color Harmonies of #EC68B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68B4

Black with #EC68B4

Text Example


Text Example

White with #EC68B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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