Html Css Color HEX #EB6ADB Free Speech Magenta

📋 copy color: '#EB6ADB'

red 235 ◦ green 106 ◦ blue 219

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

Shades of Free Speech Magenta #EB6ADB

Tints of Free Speech Magenta #EB6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.93%

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

R = 41.96%
G = 18.93%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB6ADB (or 0xEB6ADB) is known color: Free Speech Magenta. HEX triplet: EB, 6A and DB. RGB value is (235,106,219). Sum of RGB (Red+Green+Blue) = 235+106+219=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ADB is #149524. Grayscale: #9D9D9D. Windows color (decimal): -1348901 or 14379755. OLE color: 14379755.

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

Color convert

RGB 235 106 219 -
CMYK 0 0.55 0.07 0.08
HSL 307.44º 0.76% 0.67% -
HSV(B) 307.44º 0.55% 0.92% -
XYZ 52.2 33.08 70.65 -
YUV 157.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 235 106 219 0 0.55 0.07 0.08 307.44 0.76 0.67
Hex EB 6A DB 0 37 7 8 133 4C 43
Octal 353 152 333 0 67 7 10 463 114 103
Binary 11101011 1101010 11011011 0 110111 111 1000 100110011 1001100 1000011

Color Harmonies of #EB6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6ADB

Black with #EB6ADB

Text Example


Text Example

White with #EB6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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