#ea63a4

Color #EA63A4 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EA63A4

Tints of Brilliant Rose #EA63A4

Color information

#EA63A4 (or 0xEA63A4) is unknown color: approx Brilliant Rose. HEX triplet: EA, 63 and A4. RGB value is (234,99,164). Sum of RGB (Red+Green+Blue) = 234+99+164=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63A4 is #159C5B. Grayscale: #929292. Windows color (decimal): -1416284 or 10773482. OLE color: 10773482.

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

Color convert

RGB23499164-
CMYK00.580.300.08
HSL331.11º76.27%65.29%-
HSV(B)331.11º57.69%91.76%-
XYZ45.0929.138.36-
YUV146.78137.73190.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 164 (64.45% from 255) = 33.00%
R=47.08%
G=19.92%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349916400.580.300.08331.1176.2765.29
HexEA63A403A1E814b4c41
Octal3521432440723610513114101
Binary11101010110001110100100011101011110100010100101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea63a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea63a4; }

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

 H1.HeaderClassName
 {
   color: #ea63a4;
 }
 .AnyTagClassName
 {
   color: #ea63a4;
 }
</style>
background-color css

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

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

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

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

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

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