#EB37EE

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

Shades of Free Speech Magenta #EB37EE

Tints of Free Speech Magenta #EB37EE

Color information

#EB37EE (or 0xEB37EE) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 37 and EE. RGB value is (235,55,238). Sum of RGB (Red+Green+Blue) = 235+55+238=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 55 (21.88% from 255 or 10.42% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB37EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB37EE is #14C811. Grayscale: #818181. Windows color (decimal): -1361938 or 15611883. OLE color: 15611883.

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

Color convert

RGB23555238-
CMYK0.010.7700.07
HSL299.02º84.33%57.45%-
HSV(B)299.02º76.89%93.33%-
XYZ51.0626.5783.33-
YUV129.68189.13203.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 55 (21.88% from 255) = 10.42%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=44.51%
G=10.42%
B=45.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235552380.010.7700.07299.0284.3357.45
HexEB37EE14D0712b5439
Octal3536735611150745312471
Binary11101011110111111011101100110101111001010111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB37EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB37EE; }

 p { color: rgb(235,55,238); }

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

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

 a { background-color: rgb(235,55,238); }

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

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

 span { border-color: rgb(235,55,238); }

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