#EA4EB5

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

Shades of Brilliant Rose #EA4EB5

Tints of Brilliant Rose #EA4EB5

Color information

#EA4EB5 (or 0xEA4EB5) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4E and B5. RGB value is (234,78,181). Sum of RGB (Red+Green+Blue) = 234+78+181=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4EB5 is #15B14A. Grayscale: #888888. Windows color (decimal): -1421643 or 11882218. OLE color: 11882218.

HSL color Cylindrical-coordinate representation of color #EA4EB5: hue angle of 320.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4EB5 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB23478181-
CMYK00.670.230.08
HSL320.38º78.79%61.18%-
HSV(B)320.38º66.67%91.76%-
XYZ4526.2846.42-
YUV136.39153.18197.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 181 (71.09% from 255) = 36.71%
R=47.46%
G=15.82%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347818100.670.230.08320.3878.7961.18
HexEA4EB50431781404f3d
Octal3521162650103271050011775
Binary11101010100111010110101010000111011110001010000001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4EB5; }

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

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

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

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

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

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

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

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