Html Css Color HEX #EB42DB Free Speech Magenta

📋 copy color: '#EB42DB'

red 235 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Magenta #EB42DB

Tints of Free Speech Magenta #EB42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.69%

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

R = 45.19%
G = 12.69%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB42DB (or 0xEB42DB) is known color: Free Speech Magenta. HEX triplet: EB, 42 and DB. RGB value is (235,66,219). Sum of RGB (Red+Green+Blue) = 235+66+219=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42DB is #14BD24. Grayscale: #858585. Windows color (decimal): -1359141 or 14369515. OLE color: 14369515.

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

Color convert

RGB 235 66 219 -
CMYK 0 0.72 0.07 0.08
HSL 305.68º 0.81% 0.59% -
HSV(B) 305.68º 0.72% 0.92% -
XYZ 49 26.67 69.58 -
YUV 133.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 235 66 219 0 0.72 0.07 0.08 305.68 0.81 0.59
Hex EB 42 DB 0 48 7 8 132 51 3B
Octal 353 102 333 0 110 7 10 462 121 73
Binary 11101011 1000010 11011011 0 1001000 111 1000 100110010 1010001 111011

Color Harmonies of #EB42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB42DB

Black with #EB42DB

Text Example


Text Example

White with #EB42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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