#EA4FA0

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

Shades of Brilliant Rose #EA4FA0

Tints of Brilliant Rose #EA4FA0

Color information

#EA4FA0 (or 0xEA4FA0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4F and A0. RGB value is (234,79,160). Sum of RGB (Red+Green+Blue) = 234+79+160=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4FA0 is #15B05F. Grayscale: #868686. Windows color (decimal): -1421408 or 10506218. OLE color: 10506218.

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

Color convert

RGB23479160-
CMYK00.660.320.08
HSL328.65º78.68%61.37%-
HSV(B)328.65º66.24%91.76%-
XYZ43.0725.6235.93-
YUV134.58142.35198.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=49.47%
G=16.70%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347916000.660.320.08328.6578.6861.37
HexEA4FA00422081494f3d
Octal3521172400102401051111775
Binary111010101001111101000000100001010000010001010010011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4FA0; }

 p { color: rgb(234,79,160); }

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

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

 a { background-color: rgb(234,79,160); }

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

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

 span { border-color: rgb(234,79,160); }

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