#EB65D2

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

Shades of Free Speech Magenta #EB65D2

Tints of Free Speech Magenta #EB65D2

Color information

#EB65D2 (or 0xEB65D2) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 65 and D2. RGB value is (235,101,210). Sum of RGB (Red+Green+Blue) = 235+101+210=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65D2 is #149A2D. Grayscale: #999999. Windows color (decimal): -1350190 or 13788651. OLE color: 13788651.

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

Color convert

RGB235101210-
CMYK00.570.110.08
HSL311.19º77.01%65.88%-
HSV(B)311.19º57.02%92.16%-
XYZ50.5531.6264.41-
YUV153.49159.89186.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 101 (39.84% from 255) = 18.50%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=43.04%
G=18.50%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510121000.570.110.08311.1977.0165.88
HexEB65D2039B81374d42
Octal3531453220711310467115102
Binary1110101111001011101001001110011011100010011011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65D2; }

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

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

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

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

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

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

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

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