Html Css Color HEX #EB65DB Free Speech Magenta

📋 copy color: '#EB65DB'

red 235 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #EB65DB

Tints of Free Speech Magenta #EB65DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.2%

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

R = 42.34%
G = 18.2%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB65DB (or 0xEB65DB) is known color: Free Speech Magenta. HEX triplet: EB, 65 and DB. RGB value is (235,101,219). Sum of RGB (Red+Green+Blue) = 235+101+219=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65DB is #149A24. Grayscale: #9A9A9A. Windows color (decimal): -1350181 or 14378475. OLE color: 14378475.

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

Color convert

RGB 235 101 219 -
CMYK 0 0.57 0.07 0.08
HSL 307.16º 0.77% 0.66% -
HSV(B) 307.16º 0.57% 0.92% -
XYZ 51.7 32.08 70.49 -
YUV 154.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 235 101 219 0 0.57 0.07 0.08 307.16 0.77 0.66
Hex EB 65 DB 0 39 7 8 133 4D 42
Octal 353 145 333 0 71 7 10 463 115 102
Binary 11101011 1100101 11011011 0 111001 111 1000 100110011 1001101 1000010

Color Harmonies of #EB65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB65DB

Black with #EB65DB

Text Example


Text Example

White with #EB65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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