#EB65ED

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

Shades of Free Speech Magenta #EB65ED

Tints of Free Speech Magenta #EB65ED

Color information

#EB65ED (or 0xEB65ED) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 65 and ED. RGB value is (235,101,237). Sum of RGB (Red+Green+Blue) = 235+101+237=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB65ED is #149A12. Grayscale: #9C9C9C. Windows color (decimal): -1350163 or 15558123. OLE color: 15558123.

HSL color Cylindrical-coordinate representation of color #EB65ED: hue angle of 299.12º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB65ED is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235101237-
CMYK0.010.5700.07
HSL299.12º79.07%66.27%-
HSV(B)299.12º57.38%92.94%-
XYZ54.233.0883.65-
YUV156.57173.39183.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 101 (39.84% from 255) = 17.63%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=41.01%
G=17.63%
B=41.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351012370.010.5700.07299.1279.0766.27
HexEB65ED1390712b4f42
Octal35314535517107453117102
Binary111010111100101111011011111001011110010101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65ED; }

 p { color: rgb(235,101,237); }

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

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

 a { background-color: rgb(235,101,237); }

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

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

 span { border-color: rgb(235,101,237); }

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