#EA51BF

Color #EA51BF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EA51BF

Tints of Free Speech Magenta #EA51BF

Color information

#EA51BF (or 0xEA51BF) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 51 and BF. RGB value is (234,81,191). Sum of RGB (Red+Green+Blue) = 234+81+191=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA51BF is #15AE40. Grayscale: #8B8B8B. Windows color (decimal): -1420865 or 12538346. OLE color: 12538346.

HSL color Cylindrical-coordinate representation of color #EA51BF: hue angle of 316.86º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA51BF is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB23481191-
CMYK00.650.180.08
HSL316.86º78.46%61.76%-
HSV(B)316.86º65.38%91.76%-
XYZ46.2827.1452.09-
YUV139.29157.19195.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.25%
GREEN value IS 81 (32.03% from 255) = 16.01%
BLUE value IS 191 (75% from 255) = 37.75%
R=46.25%
G=16.01%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348119100.650.180.08316.8678.4661.76
HexEA51BF04112813d4e3e
Octal3521212770101221047511676
Binary11101010101000110111111010000011001010001001111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA51BF; }

 p { color: rgb(234,81,191); }

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

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

 a { background-color: rgb(234,81,191); }

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

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

 span { border-color: rgb(234,81,191); }

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