#E965EB

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

Shades of Free Speech Magenta #E965EB

Tints of Free Speech Magenta #E965EB

Color information

#E965EB (or 0xE965EB) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 65 and EB. RGB value is (233,101,235). Sum of RGB (Red+Green+Blue) = 233+101+235=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #E965EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965EB is #169A14. Grayscale: #9B9B9B. Windows color (decimal): -1481237 or 15427049. OLE color: 15427049.

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

Color convert

RGB233101235-
CMYK0.010.5700.08
HSL299.1º77.01%65.88%-
HSV(B)299.1º57.02%92.16%-
XYZ53.2532.6382.09-
YUV155.74172.73183.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.95%
GREEN value IS 101 (39.84% from 255) = 17.75%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=40.95%
G=17.75%
B=41.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331012350.010.5700.08299.177.0165.88
HexE965EB1390812b4d42
Octal351145353171010453115102
Binary1110100111001011110101111110010100010010101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E965EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E965EB; }

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

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

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

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

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

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

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

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