#EA47B5

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

Shades of Brilliant Rose #EA47B5

Tints of Brilliant Rose #EA47B5

Color information

#EA47B5 (or 0xEA47B5) is unknown color: approx Brilliant Rose. HEX triplet: EA, 47 and B5. RGB value is (234,71,181). Sum of RGB (Red+Green+Blue) = 234+71+181=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA47B5 is #15B84A. Grayscale: #848484. Windows color (decimal): -1423435 or 11880426. OLE color: 11880426.

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

Color convert

RGB23471181-
CMYK00.700.230.08
HSL319.51º79.51%59.8%-
HSV(B)319.51º69.66%91.76%-
XYZ44.5325.3446.26-
YUV132.28155.5200.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 71 (28.12% from 255) = 14.61%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=48.15%
G=14.61%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347118100.700.230.08319.5179.5159.8
HexEA47B5046178140503c
Octal3521072650106271050012074
Binary11101010100011110110101010001101011110001010000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA47B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA47B5; }

 p { color: rgb(234,71,181); }

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

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

 a { background-color: rgb(234,71,181); }

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

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

 span { border-color: rgb(234,71,181); }

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