#EB65E0

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

Shades of Free Speech Magenta #EB65E0

Tints of Free Speech Magenta #EB65E0

Color information

#EB65E0 (or 0xEB65E0) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 65 and E0. RGB value is (235,101,224). Sum of RGB (Red+Green+Blue) = 235+101+224=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65E0 is #149A1F. Grayscale: #9A9A9A. Windows color (decimal): -1350176 or 14706155. OLE color: 14706155.

HSL color Cylindrical-coordinate representation of color #EB65E0: hue angle of 304.93º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB65E0 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235101224-
CMYK00.570.050.08
HSL304.93º77.01%65.88%-
HSV(B)304.93º57.02%92.16%-
XYZ52.3732.3574.01-
YUV155.09166.89185-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 101 (39.84% from 255) = 18.04%
BLUE value IS 224 (87.89% from 255) = 40%
R=41.96%
G=18.04%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510122400.570.050.08304.9377.0165.88
HexEB65E0039581314d42
Octal353145340071510461115102
Binary111010111100101111000000111001101100010011000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65E0; }

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

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

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

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

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

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

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

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