Html Css Color HEX #EA63B2 Hot Pink

📋 copy color: '#EA63B2'

red 234 ◦ green 99 ◦ blue 178

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

Shades of Hot Pink #EA63B2

Tints of Hot Pink #EA63B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 45.79%
G = 19.37%
B = 34.83%

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

#EA63B2 (or 0xEA63B2) is known color: Hot Pink. HEX triplet: EA, 63 and B2. RGB value is (234,99,178). Sum of RGB (Red+Green+Blue) = 234+99+178=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63B2 is #159C4D. Grayscale: #949494. Windows color (decimal): -1416270 or 11690986. OLE color: 11690986.

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

Color convert

RGB 234 99 178 -
CMYK 0 0.58 0.24 0.08
HSL 324.89º 0.76% 0.65% -
HSV(B) 324.89º 0.58% 0.92% -
XYZ 46.43 29.63 45.39 -
YUV 148.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 234 99 178 0 0.58 0.24 0.08 324.89 0.76 0.65
Hex EA 63 B2 0 3A 18 8 145 4C 41
Octal 352 143 262 0 72 30 10 505 114 101
Binary 11101010 1100011 10110010 0 111010 11000 1000 101000101 1001100 1000001

Color Harmonies of #EA63B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63B2

Black with #EA63B2

Text Example


Text Example

White with #EA63B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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