Html Css Color HEX #EB46DB Free Speech Magenta

📋 copy color: '#EB46DB'

red 235 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #EB46DB

Tints of Free Speech Magenta #EB46DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.36%

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

R = 44.85%
G = 13.36%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB46DB (or 0xEB46DB) is known color: Free Speech Magenta. HEX triplet: EB, 46 and DB. RGB value is (235,70,219). Sum of RGB (Red+Green+Blue) = 235+70+219=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB46DB is #14B924. Grayscale: #878787. Windows color (decimal): -1358117 or 14370539. OLE color: 14370539.

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

Color convert

RGB 235 70 219 -
CMYK 0 0.70 0.07 0.08
HSL 305.82º 0.8% 0.6% -
HSV(B) 305.82º 0.7% 0.92% -
XYZ 49.24 27.16 69.66 -
YUV 136.32 174.66 198.38 -
System Red Green Blue C M Y K H S L
Decimal 235 70 219 0 0.70 0.07 0.08 305.82 0.8 0.6
Hex EB 46 DB 0 46 7 8 132 50 3C
Octal 353 106 333 0 106 7 10 462 120 74
Binary 11101011 1000110 11011011 0 1000110 111 1000 100110010 1010000 111100

Color Harmonies of #EB46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB46DB

Black with #EB46DB

Text Example


Text Example

White with #EB46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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