#EB65DE

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

Shades of Free Speech Magenta #EB65DE

Tints of Free Speech Magenta #EB65DE

Color information

#EB65DE (or 0xEB65DE) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 65 and DE. RGB value is (235,101,222). Sum of RGB (Red+Green+Blue) = 235+101+222=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65DE is #149A21. Grayscale: #9A9A9A. Windows color (decimal): -1350178 or 14575083. OLE color: 14575083.

HSL color Cylindrical-coordinate representation of color #EB65DE: hue angle of 305.82º 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 #EB65DE is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235101222-
CMYK00.570.060.08
HSL305.82º77.01%65.88%-
HSV(B)305.82º57.02%92.16%-
XYZ52.132.2472.58-
YUV154.86165.89185.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 101 (39.84% from 255) = 18.10%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=42.11%
G=18.10%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510122200.570.060.08305.8277.0165.88
HexEB65DE039681324d42
Octal353145336071610462115102
Binary111010111100101110111100111001110100010011001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65DE; }

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

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

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

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

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

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

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

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