Html Css Color HEX #EB63E2 Free Speech Magenta

📋 copy color: '#EB63E2'

red 235 ◦ green 99 ◦ blue 226

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

Shades of Free Speech Magenta #EB63E2

Tints of Free Speech Magenta #EB63E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.36%

R = 41.96%
G = 17.68%
B = 40.36%

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

#EB63E2 (or 0xEB63E2) is known color: Free Speech Magenta. HEX triplet: EB, 63 and E2. RGB value is (235,99,226). Sum of RGB (Red+Green+Blue) = 235+99+226=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB63E2 is #149C1D. Grayscale: #999999. Windows color (decimal): -1350686 or 14836715. OLE color: 14836715.

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

Color convert

RGB 235 99 226 -
CMYK 0 0.58 0.04 0.08
HSL 303.97º 0.77% 0.65% -
HSV(B) 303.97º 0.58% 0.92% -
XYZ 52.45 32.08 75.38 -
YUV 154.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 235 99 226 0 0.58 0.04 0.08 303.97 0.77 0.65
Hex EB 63 E2 0 3A 4 8 130 4D 41
Octal 353 143 342 0 72 4 10 460 115 101
Binary 11101011 1100011 11100010 0 111010 100 1000 100110000 1001101 1000001

Color Harmonies of #EB63E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB63E2

Black with #EB63E2

Text Example


Text Example

White with #EB63E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB63E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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