Html Css Color HEX #ED6AAE Hot Pink

📋 copy color: '#ED6AAE'

red 237 ◦ green 106 ◦ blue 174

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

Shades of Hot Pink #ED6AAE

Tints of Hot Pink #ED6AAE

RGB

 RED value IS 237 (92.97% from 255) = 45.84%

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

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

R = 45.84%
G = 20.5%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED6AAE (or 0xED6AAE) is known color: Hot Pink. HEX triplet: ED, 6A and AE. RGB value is (237,106,174). Sum of RGB (Red+Green+Blue) = 237+106+174=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6AAE is #129551. Grayscale: #989898. Windows color (decimal): -1217874 or 11430637. OLE color: 11430637.

HSL color Cylindrical-coordinate representation of color #ED6AAE: hue angle of 328.85º degrees, saturation: 0.78, 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 #ED6AAE is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 106 174 -
CMYK 0 0.55 0.27 0.07
HSL 328.85º 0.78% 0.67% -
HSV(B) 328.85º 0.55% 0.93% -
XYZ 47.72 31.37 43.58 -
YUV 152.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 237 106 174 0 0.55 0.27 0.07 328.85 0.78 0.67
Hex ED 6A AE 0 37 1B 7 149 4E 43
Octal 355 152 256 0 67 33 7 511 116 103
Binary 11101101 1101010 10101110 0 110111 11011 111 101001001 1001110 1000011

Color Harmonies of #ED6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6AAE

Black with #ED6AAE

Text Example


Text Example

White with #ED6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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