#ea46ae

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

Shades of Brilliant Rose #EA46AE

Tints of Brilliant Rose #EA46AE

Color information

#EA46AE (or 0xEA46AE) is unknown color: approx Brilliant Rose. HEX triplet: EA, 46 and AE. RGB value is (234,70,174). Sum of RGB (Red+Green+Blue) = 234+70+174=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46AE is #15B951. Grayscale: #828282. Windows color (decimal): -1423698 or 11421418. OLE color: 11421418.

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

Color convert

RGB23470174-
CMYK00.700.260.08
HSL321.95º79.61%59.61%-
HSV(B)321.95º70.09%91.76%-
XYZ43.7624.9342.55-
YUV130.89152.33201.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 70 (27.73% from 255) = 14.64%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=48.95%
G=14.64%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347017400.700.260.08321.9579.6159.61
HexEA46AE0461A8142503c
Octal3521062560106321050212074
Binary11101010100011010101110010001101101010001010000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea46ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea46ae; }

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

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

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

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

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

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

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

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