#EB3CF8

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

Shades of Free Speech Magenta #EB3CF8

Tints of Free Speech Magenta #EB3CF8

Color information

#EB3CF8 (or 0xEB3CF8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 3C and F8. RGB value is (235,60,248). Sum of RGB (Red+Green+Blue) = 235+60+248=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 60 (23.83% from 255 or 11.05% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #EB3CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB3CF8 is #14C307. Grayscale: #858585. Windows color (decimal): -1360648 or 16268523. OLE color: 16268523.

HSL color Cylindrical-coordinate representation of color #EB3CF8: hue angle of 295.85º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB3CF8 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23560248-
CMYK0.050.7600.03
HSL295.85º93.07%60.39%-
HSV(B)295.85º75.81%97.25%-
XYZ52.8227.6791.36-
YUV133.76192.48200.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 60 (23.83% from 255) = 11.05%
BLUE value IS 248 (97.27% from 255) = 45.67%
R=43.28%
G=11.05%
B=45.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal235602480.050.7600.03295.8593.0760.39
HexEB3CF854C031285d3c
Octal3537437051140345013574
Binary111010111111001111100010110011000111001010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3CF8; }

 p { color: rgb(235,60,248); }

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

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

 a { background-color: rgb(235,60,248); }

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

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

 span { border-color: rgb(235,60,248); }

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