Html Css Color HEX #EB64E6 Free Speech Magenta

📋 copy color: '#EB64E6'

red 235 ◦ green 100 ◦ blue 230

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

Shades of Free Speech Magenta #EB64E6

Tints of Free Speech Magenta #EB64E6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.7%

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

R = 41.59%
G = 17.7%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB64E6 (or 0xEB64E6) is known color: Free Speech Magenta. HEX triplet: EB, 64 and E6. RGB value is (235,100,230). Sum of RGB (Red+Green+Blue) = 235+100+230=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB64E6 is #149B19. Grayscale: #9A9A9A. Windows color (decimal): -1350426 or 15099115. OLE color: 15099115.

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

Color convert

RGB 235 100 230 -
CMYK 0 0.57 0.02 0.08
HSL 302.22º 0.77% 0.66% -
HSV(B) 302.22º 0.57% 0.92% -
XYZ 53.1 32.49 78.34 -
YUV 155.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 235 100 230 0 0.57 0.02 0.08 302.22 0.77 0.66
Hex EB 64 E6 0 39 2 8 12E 4D 42
Octal 353 144 346 0 71 2 10 456 115 102
Binary 11101011 1100100 11100110 0 111001 10 1000 100101110 1001101 1000010

Color Harmonies of #EB64E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64E6

Black with #EB64E6

Text Example


Text Example

White with #EB64E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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