#EA4CB7

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

Shades of Brilliant Rose #EA4CB7

Tints of Brilliant Rose #EA4CB7

Color information

#EA4CB7 (or 0xEA4CB7) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4C and B7. RGB value is (234,76,183). Sum of RGB (Red+Green+Blue) = 234+76+183=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4CB7 is #15B348. Grayscale: #878787. Windows color (decimal): -1422153 or 12012778. OLE color: 12012778.

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

Color convert

RGB23476183-
CMYK00.680.220.08
HSL319.37º79%60.78%-
HSV(B)319.37º67.52%91.76%-
XYZ45.0626.0847.46-
YUV135.44154.85198.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 183 (71.88% from 255) = 37.12%
R=47.46%
G=15.42%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347618300.680.220.08319.377960.78
HexEA4CB704416813f4f3d
Octal3521142670104261047711775
Binary11101010100110010110111010001001011010001001111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4CB7; }

 p { color: rgb(234,76,183); }

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

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

 a { background-color: rgb(234,76,183); }

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

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

 span { border-color: rgb(234,76,183); }

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