Html Css Color HEX #EC68A5 Hot Pink

📋 copy color: '#EC68A5'

red 236 ◦ green 104 ◦ blue 165

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

Shades of Hot Pink #EC68A5

Tints of Hot Pink #EC68A5

RGB

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

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

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

R = 46.73%
G = 20.59%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC68A5 (or 0xEC68A5) is known color: Hot Pink. HEX triplet: EC, 68 and A5. RGB value is (236,104,165). Sum of RGB (Red+Green+Blue) = 236+104+165=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68A5 is #13975A. Grayscale: #969696. Windows color (decimal): -1283931 or 10840300. OLE color: 10840300.

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

Color convert

RGB 236 104 165 -
CMYK 0 0.56 0.30 0.07
HSL 332.27º 0.78% 0.67% -
HSV(B) 332.27º 0.56% 0.93% -
XYZ 46.33 30.45 39.03 -
YUV 150.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 236 104 165 0 0.56 0.30 0.07 332.27 0.78 0.67
Hex EC 68 A5 0 38 1E 7 14C 4E 43
Octal 354 150 245 0 70 36 7 514 116 103
Binary 11101100 1101000 10100101 0 111000 11110 111 101001100 1001110 1000011

Color Harmonies of #EC68A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68A5

Black with #EC68A5

Text Example


Text Example

White with #EC68A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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