Html Css Color HEX #EB5CCD Free Speech Magenta

📋 copy color: '#EB5CCD'

red 235 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Magenta #EB5CCD

Tints of Free Speech Magenta #EB5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.29%

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

R = 44.17%
G = 17.29%
B = 38.53%

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

#EB5CCD (or 0xEB5CCD) is known color: Free Speech Magenta. HEX triplet: EB, 5C and CD. RGB value is (235,92,205). Sum of RGB (Red+Green+Blue) = 235+92+205=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5CCD is #14A332. Grayscale: #939393. Windows color (decimal): -1352499 or 13458667. OLE color: 13458667.

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

Color convert

RGB 235 92 205 -
CMYK 0 0.61 0.13 0.08
HSL 312.59º 0.78% 0.64% -
HSV(B) 312.59º 0.61% 0.92% -
XYZ 49.11 29.72 60.91 -
YUV 147.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 235 92 205 0 0.61 0.13 0.08 312.59 0.78 0.64
Hex EB 5C CD 0 3D D 8 139 4E 40
Octal 353 134 315 0 75 15 10 471 116 100
Binary 11101011 1011100 11001101 0 111101 1101 1000 100111001 1001110 1000000

Color Harmonies of #EB5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5CCD

Black with #EB5CCD

Text Example


Text Example

White with #EB5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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