Html Css Color HEX #E65DAE Hot Pink

📋 copy color: '#E65DAE'

red 230 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #E65DAE

Tints of Hot Pink #E65DAE

RGB

 RED value IS 230 (90.23% from 255) = 46.28%

 GREEN value IS 93 (36.72% from 255) = 18.71%

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

R = 46.28%
G = 18.71%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E65DAE (or 0xE65DAE) is known color: Hot Pink. HEX triplet: E6, 5D and AE. RGB value is (230,93,174). Sum of RGB (Red+Green+Blue) = 230+93+174=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DAE is #19A251. Grayscale: #8F8F8F. Windows color (decimal): -1679954 or 11427302. OLE color: 11427302.

HSL color Cylindrical-coordinate representation of color #E65DAE: hue angle of 324.53º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DAE is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 174 -
CMYK 0 0.60 0.24 0.10
HSL 324.53º 0.73% 0.63% -
HSV(B) 324.53º 0.6% 0.9% -
XYZ 44.19 27.71 43.06 -
YUV 143.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 230 93 174 0 0.60 0.24 0.10 324.53 0.73 0.63
Hex E6 5D AE 0 3C 18 A 145 49 3F
Octal 346 135 256 0 74 30 12 505 111 77
Binary 11100110 1011101 10101110 0 111100 11000 1010 101000101 1001001 111111

Color Harmonies of #E65DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DAE

Black with #E65DAE

Text Example


Text Example

White with #E65DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DAE; }

 p { color: rgb(230,93,174); }

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

background-color css

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

 a { background-color: rgb(230,93,174); }

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

border-color css

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

 span { border-color: rgb(230,93,174); }

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