#EA4EA1

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

Shades of Brilliant Rose #EA4EA1

Tints of Brilliant Rose #EA4EA1

Color information

#EA4EA1 (or 0xEA4EA1) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4E and A1. RGB value is (234,78,161). Sum of RGB (Red+Green+Blue) = 234+78+161=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4EA1 is #15B15E. Grayscale: #858585. Windows color (decimal): -1421663 or 10571498. OLE color: 10571498.

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

Color convert

RGB23478161-
CMYK00.670.310.08
HSL328.08º78.79%61.18%-
HSV(B)328.08º66.67%91.76%-
XYZ43.0925.5136.37-
YUV134.11143.18199.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 78 (30.86% from 255) = 16.49%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=49.47%
G=16.49%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347816100.670.310.08328.0878.7961.18
HexEA4EA10431F81484f3d
Octal3521162410103371051011775
Binary11101010100111010100001010000111111110001010010001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4EA1; }

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

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

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

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

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

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

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

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