Html Css Color HEX #EC6AAE Hot Pink

📋 copy color: '#EC6AAE'

red 236 ◦ green 106 ◦ blue 174

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

Shades of Hot Pink #EC6AAE

Tints of Hot Pink #EC6AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.54%

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 45.74%
G = 20.54%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC6AAE (or 0xEC6AAE) is known color: Hot Pink. HEX triplet: EC, 6A and AE. RGB value is (236,106,174). Sum of RGB (Red+Green+Blue) = 236+106+174=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AAE is #139551. Grayscale: #989898. Windows color (decimal): -1283410 or 11430636. OLE color: 11430636.

HSL color Cylindrical-coordinate representation of color #EC6AAE: hue angle of 328.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6AAE is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 106 174 -
CMYK 0 0.55 0.26 0.07
HSL 328.62º 0.77% 0.67% -
HSV(B) 328.62º 0.55% 0.93% -
XYZ 47.39 31.2 43.57 -
YUV 152.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 236 106 174 0 0.55 0.26 0.07 328.62 0.77 0.67
Hex EC 6A AE 0 37 1A 7 149 4D 43
Octal 354 152 256 0 67 32 7 511 115 103
Binary 11101100 1101010 10101110 0 110111 11010 111 101001001 1001101 1000011

Color Harmonies of #EC6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AAE

Black with #EC6AAE

Text Example


Text Example

White with #EC6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AAE; }

 p { color: rgb(236,106,174); }

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

background-color css

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

 a { background-color: rgb(236,106,174); }

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

border-color css

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

 span { border-color: rgb(236,106,174); }

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