Html Css Color HEX #EA6DB9 Hot Pink

📋 copy color: '#EA6DB9'

red 234 ◦ green 109 ◦ blue 185

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

Shades of Hot Pink #EA6DB9

Tints of Hot Pink #EA6DB9

RGB

 RED value IS 234 (91.8% from 255) = 44.32%

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

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 44.32%
G = 20.64%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA6DB9 (or 0xEA6DB9) is known color: Hot Pink. HEX triplet: EA, 6D and B9. RGB value is (234,109,185). Sum of RGB (Red+Green+Blue) = 234+109+185=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DB9 is #159246. Grayscale: #9A9A9A. Windows color (decimal): -1413703 or 12152298. OLE color: 12152298.

HSL color Cylindrical-coordinate representation of color #EA6DB9: hue angle of 323.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6DB9 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 109 185 -
CMYK 0 0.53 0.21 0.08
HSL 323.52º 0.75% 0.67% -
HSV(B) 323.52º 0.53% 0.92% -
XYZ 48.16 31.93 49.52 -
YUV 155.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 234 109 185 0 0.53 0.21 0.08 323.52 0.75 0.67
Hex EA 6D B9 0 35 15 8 144 4B 43
Octal 352 155 271 0 65 25 10 504 113 103
Binary 11101010 1101101 10111001 0 110101 10101 1000 101000100 1001011 1000011

Color Harmonies of #EA6DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DB9

Black with #EA6DB9

Text Example


Text Example

White with #EA6DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DB9; }

 p { color: rgb(234,109,185); }

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

background-color css

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

 a { background-color: rgb(234,109,185); }

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

border-color css

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

 span { border-color: rgb(234,109,185); }

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