#EA4EA3

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

Shades of Brilliant Rose #EA4EA3

Tints of Brilliant Rose #EA4EA3

Color information

#EA4EA3 (or 0xEA4EA3) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4E and A3. RGB value is (234,78,163). Sum of RGB (Red+Green+Blue) = 234+78+163=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4EA3 is #15B15C. Grayscale: #868686. Windows color (decimal): -1421661 or 10702570. OLE color: 10702570.

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

Color convert

RGB23478163-
CMYK00.670.300.08
HSL327.31º78.79%61.18%-
HSV(B)327.31º66.67%91.76%-
XYZ43.2725.5937.31-
YUV134.33144.18199.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 78 (30.86% from 255) = 16.42%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=49.26%
G=16.42%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347816300.670.300.08327.3178.7961.18
HexEA4EA30431E81474f3d
Octal3521162430103361050711775
Binary11101010100111010100011010000111111010001010001111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4EA3; }

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

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

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

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

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

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

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

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