#EA4BA7

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

Shades of Brilliant Rose #EA4BA7

Tints of Brilliant Rose #EA4BA7

Color information

#EA4BA7 (or 0xEA4BA7) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4B and A7. RGB value is (234,75,167). Sum of RGB (Red+Green+Blue) = 234+75+167=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BA7 is #15B458. Grayscale: #848484. Windows color (decimal): -1422425 or 10963946. OLE color: 10963946.

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

Color convert

RGB23475167-
CMYK00.680.290.08
HSL325.28º79.1%60.59%-
HSV(B)325.28º67.95%91.76%-
XYZ43.4225.3139.16-
YUV133.03147.18200.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 75 (29.69% from 255) = 15.76%
BLUE value IS 167 (65.62% from 255) = 35.08%
R=49.16%
G=15.76%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347516700.680.290.08325.2879.160.59
HexEA4BA70441D81454f3d
Octal3521132470104351050511775
Binary11101010100101110100111010001001110110001010001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4BA7; }

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

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

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

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

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

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

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

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