#EB65E1

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

Shades of Free Speech Magenta #EB65E1

Tints of Free Speech Magenta #EB65E1

Color information

#EB65E1 (or 0xEB65E1) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 65 and E1. RGB value is (235,101,225). Sum of RGB (Red+Green+Blue) = 235+101+225=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65E1 is #149A1E. Grayscale: #9A9A9A. Windows color (decimal): -1350175 or 14771691. OLE color: 14771691.

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

Color convert

RGB235101225-
CMYK00.570.040.08
HSL304.48º77.01%65.88%-
HSV(B)304.48º57.02%92.16%-
XYZ52.5132.4174.72-
YUV155.2167.39184.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 101 (39.84% from 255) = 18.00%
BLUE value IS 225 (88.28% from 255) = 40.11%
R=41.89%
G=18.00%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510122500.570.040.08304.4877.0165.88
HexEB65E1039481304d42
Octal353145341071410460115102
Binary111010111100101111000010111001100100010011000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65E1; }

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

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

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

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

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

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

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

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