Html Css Color HEX #EB5ADB Free Speech Magenta

📋 copy color: '#EB5ADB'

red 235 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #EB5ADB

Tints of Free Speech Magenta #EB5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.54%

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

R = 43.2%
G = 16.54%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB5ADB (or 0xEB5ADB) is known color: Free Speech Magenta. HEX triplet: EB, 5A and DB. RGB value is (235,90,219). Sum of RGB (Red+Green+Blue) = 235+90+219=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ADB is #14A524. Grayscale: #939393. Windows color (decimal): -1352997 or 14375659. OLE color: 14375659.

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

Color convert

RGB 235 90 219 -
CMYK 0 0.62 0.07 0.08
HSL 306.62º 0.78% 0.64% -
HSV(B) 306.62º 0.62% 0.92% -
XYZ 50.7 30.09 70.15 -
YUV 148.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 235 90 219 0 0.62 0.07 0.08 306.62 0.78 0.64
Hex EB 5A DB 0 3E 7 8 133 4E 40
Octal 353 132 333 0 76 7 10 463 116 100
Binary 11101011 1011010 11011011 0 111110 111 1000 100110011 1001110 1000000

Color Harmonies of #EB5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5ADB

Black with #EB5ADB

Text Example


Text Example

White with #EB5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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