Html Css Color HEX #EB64DB Free Speech Magenta

📋 copy color: '#EB64DB'

red 235 ◦ green 100 ◦ blue 219

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

Shades of Free Speech Magenta #EB64DB

Tints of Free Speech Magenta #EB64DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 42.42%
G = 18.05%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB64DB (or 0xEB64DB) is known color: Free Speech Magenta. HEX triplet: EB, 64 and DB. RGB value is (235,100,219). Sum of RGB (Red+Green+Blue) = 235+100+219=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64DB is #149B24. Grayscale: #999999. Windows color (decimal): -1350437 or 14378219. OLE color: 14378219.

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

Color convert

RGB 235 100 219 -
CMYK 0 0.57 0.07 0.08
HSL 307.11º 0.77% 0.66% -
HSV(B) 307.11º 0.57% 0.92% -
XYZ 51.6 31.89 70.45 -
YUV 153.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 235 100 219 0 0.57 0.07 0.08 307.11 0.77 0.66
Hex EB 64 DB 0 39 7 8 133 4D 42
Octal 353 144 333 0 71 7 10 463 115 102
Binary 11101011 1100100 11011011 0 111001 111 1000 100110011 1001101 1000010

Color Harmonies of #EB64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64DB

Black with #EB64DB

Text Example


Text Example

White with #EB64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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