Html Css Color HEX #EA6DAB Hot Pink

📋 copy color: '#EA6DAB'

red 234 ◦ green 109 ◦ blue 171

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

Shades of Hot Pink #EA6DAB

Tints of Hot Pink #EA6DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 45.53%
G = 21.21%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA6DAB (or 0xEA6DAB) is known color: Hot Pink. HEX triplet: EA, 6D and AB. RGB value is (234,109,171). Sum of RGB (Red+Green+Blue) = 234+109+171=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6DAB is #159254. Grayscale: #999999. Windows color (decimal): -1413717 or 11234794. OLE color: 11234794.

HSL color Cylindrical-coordinate representation of color #EA6DAB: hue angle of 330.24º 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 #EA6DAB is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 109 171 -
CMYK 0 0.53 0.27 0.08
HSL 330.24º 0.75% 0.67% -
HSV(B) 330.24º 0.53% 0.92% -
XYZ 46.75 31.37 42.12 -
YUV 153.44 137.91 185.46 -
System Red Green Blue C M Y K H S L
Decimal 234 109 171 0 0.53 0.27 0.08 330.24 0.75 0.67
Hex EA 6D AB 0 35 1B 8 14A 4B 43
Octal 352 155 253 0 65 33 10 512 113 103
Binary 11101010 1101101 10101011 0 110101 11011 1000 101001010 1001011 1000011

Color Harmonies of #EA6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DAB

Black with #EA6DAB

Text Example


Text Example

White with #EA6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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