Html Css Color HEX #EB4ADB Free Speech Magenta

📋 copy color: '#EB4ADB'

red 235 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #EB4ADB

Tints of Free Speech Magenta #EB4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.02%

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

R = 44.51%
G = 14.02%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB4ADB (or 0xEB4ADB) is known color: Free Speech Magenta. HEX triplet: EB, 4A and DB. RGB value is (235,74,219). Sum of RGB (Red+Green+Blue) = 235+74+219=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4ADB is #14B524. Grayscale: #8A8A8A. Windows color (decimal): -1357093 or 14371563. OLE color: 14371563.

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

Color convert

RGB 235 74 219 -
CMYK 0 0.69 0.07 0.08
HSL 305.96º 0.8% 0.61% -
HSV(B) 305.96º 0.69% 0.92% -
XYZ 49.5 27.67 69.75 -
YUV 138.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 235 74 219 0 0.69 0.07 0.08 305.96 0.8 0.61
Hex EB 4A DB 0 45 7 8 132 50 3D
Octal 353 112 333 0 105 7 10 462 120 75
Binary 11101011 1001010 11011011 0 1000101 111 1000 100110010 1010000 111101

Color Harmonies of #EB4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4ADB

Black with #EB4ADB

Text Example


Text Example

White with #EB4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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