Html Css Color HEX #EA63B1 Hot Pink

📋 copy color: '#EA63B1'

red 234 ◦ green 99 ◦ blue 177

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

Shades of Hot Pink #EA63B1

Tints of Hot Pink #EA63B1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.41%

 BLUE value IS 177 (69.53% from 255) = 34.71%

R = 45.88%
G = 19.41%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA63B1 (or 0xEA63B1) is known color: Hot Pink. HEX triplet: EA, 63 and B1. RGB value is (234,99,177). Sum of RGB (Red+Green+Blue) = 234+99+177=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63B1 is #159C4E. Grayscale: #949494. Windows color (decimal): -1416271 or 11625450. OLE color: 11625450.

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

Color convert

RGB 234 99 177 -
CMYK 0 0.58 0.24 0.08
HSL 325.33º 0.76% 0.65% -
HSV(B) 325.33º 0.58% 0.92% -
XYZ 46.33 29.59 44.86 -
YUV 148.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 234 99 177 0 0.58 0.24 0.08 325.33 0.76 0.65
Hex EA 63 B1 0 3A 18 8 145 4C 41
Octal 352 143 261 0 72 30 10 505 114 101
Binary 11101010 1100011 10110001 0 111010 11000 1000 101000101 1001100 1000001

Color Harmonies of #EA63B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63B1

Black with #EA63B1

Text Example


Text Example

White with #EA63B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63B1; }

 p { color: rgb(234,99,177); }

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

background-color css

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

 a { background-color: rgb(234,99,177); }

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

border-color css

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

 span { border-color: rgb(234,99,177); }

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