Html Css Color HEX #EB55CE Free Speech Magenta

📋 copy color: '#EB55CE'

red 235 ◦ green 85 ◦ blue 206

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

Shades of Free Speech Magenta #EB55CE

Tints of Free Speech Magenta #EB55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.16%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 44.68%
G = 16.16%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB55CE (or 0xEB55CE) is known color: Free Speech Magenta. HEX triplet: EB, 55 and CE. RGB value is (235,85,206). Sum of RGB (Red+Green+Blue) = 235+85+206=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55CE is #14AA31. Grayscale: #8F8F8F. Windows color (decimal): -1354290 or 13522411. OLE color: 13522411.

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

Color convert

RGB 235 85 206 -
CMYK 0 0.64 0.12 0.08
HSL 311.6º 0.79% 0.63% -
HSV(B) 311.6º 0.64% 0.92% -
XYZ 48.65 28.62 61.35 -
YUV 143.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 235 85 206 0 0.64 0.12 0.08 311.6 0.79 0.63
Hex EB 55 CE 0 40 C 8 138 4F 3F
Octal 353 125 316 0 100 14 10 470 117 77
Binary 11101011 1010101 11001110 0 1000000 1100 1000 100111000 1001111 111111

Color Harmonies of #EB55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55CE

Black with #EB55CE

Text Example


Text Example

White with #EB55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55CE; }

 p { color: rgb(235,85,206); }

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

background-color css

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

 a { background-color: rgb(235,85,206); }

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

border-color css

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

 span { border-color: rgb(235,85,206); }

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