Html Css Color HEX #E06DAE Hot Pink

📋 copy color: '#E06DAE'

red 224 ◦ green 109 ◦ blue 174

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

Shades of Hot Pink #E06DAE

Tints of Hot Pink #E06DAE

RGB

 RED value IS 224 (87.89% from 255) = 44.18%

 GREEN value IS 109 (42.97% from 255) = 21.5%

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

R = 44.18%
G = 21.5%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E06DAE (or 0xE06DAE) is known color: Hot Pink. HEX triplet: E0, 6D and AE. RGB value is (224,109,174). Sum of RGB (Red+Green+Blue) = 224+109+174=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DAE is #1F9251. Grayscale: #969696. Windows color (decimal): -2069074 or 11431392. OLE color: 11431392.

HSL color Cylindrical-coordinate representation of color #E06DAE: hue angle of 326.09º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06DAE is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 174 -
CMYK 0 0.51 0.22 0.12
HSL 326.09º 0.65% 0.65% -
HSV(B) 326.09º 0.51% 0.88% -
XYZ 43.85 29.84 43.49 -
YUV 150.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 224 109 174 0 0.51 0.22 0.12 326.09 0.65 0.65
Hex E0 6D AE 0 33 16 C 146 41 41
Octal 340 155 256 0 63 26 14 506 101 101
Binary 11100000 1101101 10101110 0 110011 10110 1100 101000110 1000001 1000001

Color Harmonies of #E06DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DAE

Black with #E06DAE

Text Example


Text Example

White with #E06DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DAE; }

 p { color: rgb(224,109,174); }

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

background-color css

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

 a { background-color: rgb(224,109,174); }

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

border-color css

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

 span { border-color: rgb(224,109,174); }

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