Html Css Color HEX #EB55E6 Free Speech Magenta

📋 copy color: '#EB55E6'

red 235 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #EB55E6

Tints of Free Speech Magenta #EB55E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.82%

R = 42.73%
G = 15.45%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB55E6 (or 0xEB55E6) is known color: Free Speech Magenta. HEX triplet: EB, 55 and E6. RGB value is (235,85,230). Sum of RGB (Red+Green+Blue) = 235+85+230=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB55E6 is #14AA19. Grayscale: #919191. Windows color (decimal): -1354266 or 15095275. OLE color: 15095275.

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

Color convert

RGB 235 85 230 -
CMYK 0 0.64 0.02 0.08
HSL 302º 0.79% 0.63% -
HSV(B) 302º 0.64% 0.92% -
XYZ 51.79 29.87 77.9 -
YUV 146.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 235 85 230 0 0.64 0.02 0.08 302 0.79 0.63
Hex EB 55 E6 0 40 2 8 12E 4F 3F
Octal 353 125 346 0 100 2 10 456 117 77
Binary 11101011 1010101 11100110 0 1000000 10 1000 100101110 1001111 111111

Color Harmonies of #EB55E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55E6

Black with #EB55E6

Text Example


Text Example

White with #EB55E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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