Html Css Color HEX #EB4FDB Free Speech Magenta

📋 copy color: '#EB4FDB'

red 235 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #EB4FDB

Tints of Free Speech Magenta #EB4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.82%

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

R = 44.09%
G = 14.82%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB4FDB (or 0xEB4FDB) is known color: Free Speech Magenta. HEX triplet: EB, 4F and DB. RGB value is (235,79,219). Sum of RGB (Red+Green+Blue) = 235+79+219=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4FDB is #14B024. Grayscale: #8D8D8D. Windows color (decimal): -1355813 or 14372843. OLE color: 14372843.

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

Color convert

RGB 235 79 219 -
CMYK 0 0.66 0.07 0.08
HSL 306.15º 0.8% 0.62% -
HSV(B) 306.15º 0.66% 0.92% -
XYZ 49.84 28.37 69.87 -
YUV 141.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 235 79 219 0 0.66 0.07 0.08 306.15 0.8 0.62
Hex EB 4F DB 0 42 7 8 132 50 3E
Octal 353 117 333 0 102 7 10 462 120 76
Binary 11101011 1001111 11011011 0 1000010 111 1000 100110010 1010000 111110

Color Harmonies of #EB4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4FDB

Black with #EB4FDB

Text Example


Text Example

White with #EB4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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