#EA4EB1

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

Shades of Brilliant Rose #EA4EB1

Tints of Brilliant Rose #EA4EB1

Color information

#EA4EB1 (or 0xEA4EB1) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4E and B1. RGB value is (234,78,177). Sum of RGB (Red+Green+Blue) = 234+78+177=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4EB1 is #15B14E. Grayscale: #878787. Windows color (decimal): -1421647 or 11620074. OLE color: 11620074.

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

Color convert

RGB23478177-
CMYK00.670.240.08
HSL321.92º78.79%61.18%-
HSV(B)321.92º66.67%91.76%-
XYZ44.5926.1244.29-
YUV135.93151.18197.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.85%
GREEN value IS 78 (30.86% from 255) = 15.95%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=47.85%
G=15.95%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347817700.670.240.08321.9278.7961.18
HexEA4EB10431881424f3d
Octal3521162610103301050211775
Binary11101010100111010110001010000111100010001010000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4EB1; }

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

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

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

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

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

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

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

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