#EA4BAE

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

Shades of Brilliant Rose #EA4BAE

Tints of Brilliant Rose #EA4BAE

Color information

#EA4BAE (or 0xEA4BAE) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4B and AE. RGB value is (234,75,174). Sum of RGB (Red+Green+Blue) = 234+75+174=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BAE is #15B451. Grayscale: #858585. Windows color (decimal): -1422418 or 11422698. OLE color: 11422698.

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

Color convert

RGB23475174-
CMYK00.680.260.08
HSL322.64º79.1%60.59%-
HSV(B)322.64º67.95%91.76%-
XYZ44.0925.5842.66-
YUV133.83150.68199.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 75 (29.69% from 255) = 15.53%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=48.45%
G=15.53%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347517400.680.260.08322.6479.160.59
HexEA4BAE0441A81434f3d
Octal3521132560104321050311775
Binary11101010100101110101110010001001101010001010000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4BAE; }

 p { color: rgb(234,75,174); }

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

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

 a { background-color: rgb(234,75,174); }

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

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

 span { border-color: rgb(234,75,174); }

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