Html Css Color HEX #EB3FDB Free Speech Magenta

📋 copy color: '#EB3FDB'

red 235 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Magenta #EB3FDB

Tints of Free Speech Magenta #EB3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.19%

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

R = 45.45%
G = 12.19%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB3FDB (or 0xEB3FDB) is known color: Free Speech Magenta. HEX triplet: EB, 3F and DB. RGB value is (235,63,219). Sum of RGB (Red+Green+Blue) = 235+63+219=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3FDB is #14C024. Grayscale: #838383. Windows color (decimal): -1359909 or 14368747. OLE color: 14368747.

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

Color convert

RGB 235 63 219 -
CMYK 0 0.73 0.07 0.08
HSL 305.58º 0.81% 0.58% -
HSV(B) 305.58º 0.73% 0.92% -
XYZ 48.82 26.33 69.53 -
YUV 132.21 176.98 201.32 -
System Red Green Blue C M Y K H S L
Decimal 235 63 219 0 0.73 0.07 0.08 305.58 0.81 0.58
Hex EB 3F DB 0 49 7 8 132 51 3A
Octal 353 77 333 0 111 7 10 462 121 72
Binary 11101011 111111 11011011 0 1001001 111 1000 100110010 1010001 111010

Color Harmonies of #EB3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3FDB

Black with #EB3FDB

Text Example


Text Example

White with #EB3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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