Html Css Color HEX #EB5BCD Free Speech Magenta

📋 copy color: '#EB5BCD'

red 235 ◦ green 91 ◦ blue 205

#EB5BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EB5BCD

Tints of Free Speech Magenta #EB5BCD

RGB

 RED value IS 235 (92.19% from 255) = 44.26%

 GREEN value IS 91 (35.94% from 255) = 17.14%

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 44.26%
G = 17.14%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB5BCD (or 0xEB5BCD) is known color: Free Speech Magenta. HEX triplet: EB, 5B and CD. RGB value is (235,91,205). Sum of RGB (Red+Green+Blue) = 235+91+205=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5BCD is #14A432. Grayscale: #929292. Windows color (decimal): -1352755 or 13458411. OLE color: 13458411.

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

Color convert

RGB 235 91 205 -
CMYK 0 0.61 0.13 0.08
HSL 312.5º 0.78% 0.64% -
HSV(B) 312.5º 0.61% 0.92% -
XYZ 49.02 29.55 60.88 -
YUV 147.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 235 91 205 0 0.61 0.13 0.08 312.5 0.78 0.64
Hex EB 5B CD 0 3D D 8 138 4E 40
Octal 353 133 315 0 75 15 10 470 116 100
Binary 11101011 1011011 11001101 0 111101 1101 1000 100111000 1001110 1000000

Color Harmonies of #EB5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5BCD

Black with #EB5BCD

Text Example


Text Example

White with #EB5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5BCD; }

 p { color: rgb(235,91,205); }

 H1.HeaderClassName
 {
   color: #EB5BCD;
 }
 .AnyTagClassName
 {
   color: #EB5BCD;
 }
</style>

background-color css

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

 a { background-color: rgb(235,91,205); }

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

border-color css

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

 span { border-color: rgb(235,91,205); }

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