Html Css Color HEX #EB68DB Free Speech Magenta

📋 copy color: '#EB68DB'

red 235 ◦ green 104 ◦ blue 219

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

Shades of Free Speech Magenta #EB68DB

Tints of Free Speech Magenta #EB68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.64%

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

R = 42.11%
G = 18.64%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB68DB (or 0xEB68DB) is known color: Free Speech Magenta. HEX triplet: EB, 68 and DB. RGB value is (235,104,219). Sum of RGB (Red+Green+Blue) = 235+104+219=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68DB is #149724. Grayscale: #9B9B9B. Windows color (decimal): -1349413 or 14379243. OLE color: 14379243.

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

Color convert

RGB 235 104 219 -
CMYK 0 0.56 0.07 0.08
HSL 307.33º 0.77% 0.66% -
HSV(B) 307.33º 0.56% 0.92% -
XYZ 52 32.68 70.58 -
YUV 156.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 235 104 219 0 0.56 0.07 0.08 307.33 0.77 0.66
Hex EB 68 DB 0 38 7 8 133 4D 42
Octal 353 150 333 0 70 7 10 463 115 102
Binary 11101011 1101000 11011011 0 111000 111 1000 100110011 1001101 1000010

Color Harmonies of #EB68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68DB

Black with #EB68DB

Text Example


Text Example

White with #EB68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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