Html Css Color HEX #EA6AB3 Hot Pink

📋 copy color: '#EA6AB3'

red 234 ◦ green 106 ◦ blue 179

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

Shades of Hot Pink #EA6AB3

Tints of Hot Pink #EA6AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.49%

R = 45.09%
G = 20.42%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA6AB3 (or 0xEA6AB3) is known color: Hot Pink. HEX triplet: EA, 6A and B3. RGB value is (234,106,179). Sum of RGB (Red+Green+Blue) = 234+106+179=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6AB3 is #15954C. Grayscale: #989898. Windows color (decimal): -1414477 or 11758314. OLE color: 11758314.

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

Color convert

RGB 234 106 179 -
CMYK 0 0.55 0.24 0.08
HSL 325.78º 0.75% 0.67% -
HSV(B) 325.78º 0.55% 0.92% -
XYZ 47.22 31.06 46.15 -
YUV 152.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 234 106 179 0 0.55 0.24 0.08 325.78 0.75 0.67
Hex EA 6A B3 0 37 18 8 146 4B 43
Octal 352 152 263 0 67 30 10 506 113 103
Binary 11101010 1101010 10110011 0 110111 11000 1000 101000110 1001011 1000011

Color Harmonies of #EA6AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6AB3

Black with #EA6AB3

Text Example


Text Example

White with #EA6AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6AB3; }

 p { color: rgb(234,106,179); }

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

background-color css

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

 a { background-color: rgb(234,106,179); }

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

border-color css

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

 span { border-color: rgb(234,106,179); }

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