#EA46A6

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

Shades of Brilliant Rose #EA46A6

Tints of Brilliant Rose #EA46A6

Color information

#EA46A6 (or 0xEA46A6) is unknown color: approx Brilliant Rose. HEX triplet: EA, 46 and A6. RGB value is (234,70,166). Sum of RGB (Red+Green+Blue) = 234+70+166=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46A6 is #15B959. Grayscale: #818181. Windows color (decimal): -1423706 or 10897130. OLE color: 10897130.

HSL color Cylindrical-coordinate representation of color #EA46A6: hue angle of 324.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA46A6 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB23470166-
CMYK00.700.290.08
HSL324.88º79.61%59.61%-
HSV(B)324.88º70.09%91.76%-
XYZ4324.6338.56-
YUV129.98148.33202.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 70 (27.73% from 255) = 14.89%
BLUE value IS 166 (65.23% from 255) = 35.32%
R=49.79%
G=14.89%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347016600.700.290.08324.8879.6159.61
HexEA46A60461D8145503c
Octal3521062460106351050512074
Binary11101010100011010100110010001101110110001010001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA46A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA46A6; }

 p { color: rgb(234,70,166); }

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

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

 a { background-color: rgb(234,70,166); }

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

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

 span { border-color: rgb(234,70,166); }

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