#EB5CD7

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

Shades of Free Speech Magenta #EB5CD7

Tints of Free Speech Magenta #EB5CD7

Color information

#EB5CD7 (or 0xEB5CD7) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5C and D7. RGB value is (235,92,215). Sum of RGB (Red+Green+Blue) = 235+92+215=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5CD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5CD7 is #14A328. Grayscale: #949494. Windows color (decimal): -1352489 or 14114027. OLE color: 14114027.

HSL color Cylindrical-coordinate representation of color #EB5CD7: hue angle of 308.39º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB5CD7 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23592215-
CMYK00.610.090.08
HSL308.39º78.14%64.12%-
HSV(B)308.39º60.85%92.16%-
XYZ50.3530.2267.47-
YUV148.78165.38189.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 92 (36.33% from 255) = 16.97%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=43.36%
G=16.97%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359221500.610.090.08308.3978.1464.12
HexEB5CD703D981344e40
Octal3531343270751110464116100
Binary1110101110111001101011101111011001100010011010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5CD7; }

 p { color: rgb(235,92,215); }

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

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

 a { background-color: rgb(235,92,215); }

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

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

 span { border-color: rgb(235,92,215); }

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