#EA4BA4

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

Shades of Brilliant Rose #EA4BA4

Tints of Brilliant Rose #EA4BA4

Color information

#EA4BA4 (or 0xEA4BA4) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4B and A4. RGB value is (234,75,164). Sum of RGB (Red+Green+Blue) = 234+75+164=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BA4 is #15B45B. Grayscale: #848484. Windows color (decimal): -1422428 or 10767338. OLE color: 10767338.

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

Color convert

RGB23475164-
CMYK00.680.300.08
HSL326.42º79.1%60.59%-
HSV(B)326.42º67.95%91.76%-
XYZ43.1525.237.71-
YUV132.69145.68200.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 75 (29.69% from 255) = 15.86%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=49.47%
G=15.86%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347516400.680.300.08326.4279.160.59
HexEA4BA40441E81464f3d
Octal3521132440104361050611775
Binary11101010100101110100100010001001111010001010001101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4BA4; }

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

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

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

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

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

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

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

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