Html Css Color HEX #EB47DB Free Speech Magenta

📋 copy color: '#EB47DB'

red 235 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #EB47DB

Tints of Free Speech Magenta #EB47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.52%

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

R = 44.76%
G = 13.52%
B = 41.71%

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

#EB47DB (or 0xEB47DB) is known color: Free Speech Magenta. HEX triplet: EB, 47 and DB. RGB value is (235,71,219). Sum of RGB (Red+Green+Blue) = 235+71+219=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 71 (28.12% from 255 or 13.52% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB47DB is #14B824. Grayscale: #888888. Windows color (decimal): -1357861 or 14370795. OLE color: 14370795.

HSL color Cylindrical-coordinate representation of color #EB47DB: hue angle of 305.85º 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 #EB47DB is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 219 -
CMYK 0 0.70 0.07 0.08
HSL 305.85º 0.8% 0.6% -
HSV(B) 305.85º 0.7% 0.92% -
XYZ 49.3 27.28 69.69 -
YUV 136.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 235 71 219 0 0.70 0.07 0.08 305.85 0.8 0.6
Hex EB 47 DB 0 46 7 8 132 50 3C
Octal 353 107 333 0 106 7 10 462 120 74
Binary 11101011 1000111 11011011 0 1000110 111 1000 100110010 1010000 111100

Color Harmonies of #EB47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB47DB

Black with #EB47DB

Text Example


Text Example

White with #EB47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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