Html Css Color HEX #EA63B0 Hot Pink

📋 copy color: '#EA63B0'

red 234 ◦ green 99 ◦ blue 176

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

Shades of Hot Pink #EA63B0

Tints of Hot Pink #EA63B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 45.97%
G = 19.45%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA63B0 (or 0xEA63B0) is known color: Hot Pink. HEX triplet: EA, 63 and B0. RGB value is (234,99,176). Sum of RGB (Red+Green+Blue) = 234+99+176=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63B0 is #159C4F. Grayscale: #939393. Windows color (decimal): -1416272 or 11559914. OLE color: 11559914.

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

Color convert

RGB 234 99 176 -
CMYK 0 0.58 0.25 0.08
HSL 325.78º 0.76% 0.65% -
HSV(B) 325.78º 0.58% 0.92% -
XYZ 46.23 29.55 44.34 -
YUV 148.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 234 99 176 0 0.58 0.25 0.08 325.78 0.76 0.65
Hex EA 63 B0 0 3A 19 8 146 4C 41
Octal 352 143 260 0 72 31 10 506 114 101
Binary 11101010 1100011 10110000 0 111010 11001 1000 101000110 1001100 1000001

Color Harmonies of #EA63B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63B0

Black with #EA63B0

Text Example


Text Example

White with #EA63B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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