Html Css Color HEX #EB63E1 Free Speech Magenta

📋 copy color: '#EB63E1'

red 235 ◦ green 99 ◦ blue 225

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

Shades of Free Speech Magenta #EB63E1

Tints of Free Speech Magenta #EB63E1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.71%

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 42.04%
G = 17.71%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB63E1 (or 0xEB63E1) is known color: Free Speech Magenta. HEX triplet: EB, 63 and E1. RGB value is (235,99,225). Sum of RGB (Red+Green+Blue) = 235+99+225=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB63E1 is #149C1E. Grayscale: #999999. Windows color (decimal): -1350687 or 14771179. OLE color: 14771179.

HSL color Cylindrical-coordinate representation of color #EB63E1: hue angle of 304.41º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB63E1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 99 225 -
CMYK 0 0.58 0.04 0.08
HSL 304.41º 0.77% 0.65% -
HSV(B) 304.41º 0.58% 0.92% -
XYZ 52.31 32.02 74.66 -
YUV 154.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 235 99 225 0 0.58 0.04 0.08 304.41 0.77 0.65
Hex EB 63 E1 0 3A 4 8 130 4D 41
Octal 353 143 341 0 72 4 10 460 115 101
Binary 11101011 1100011 11100001 0 111010 100 1000 100110000 1001101 1000001

Color Harmonies of #EB63E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB63E1

Black with #EB63E1

Text Example


Text Example

White with #EB63E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB63E1; }

 p { color: rgb(235,99,225); }

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

background-color css

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

 a { background-color: rgb(235,99,225); }

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

border-color css

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

 span { border-color: rgb(235,99,225); }

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