Html Css Color HEX #E13BDB Free Speech Magenta

📋 copy color: '#E13BDB'

red 225 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Magenta #E13BDB

Tints of Free Speech Magenta #E13BDB

RGB

 RED value IS 225 (88.28% from 255) = 44.73%

 GREEN value IS 59 (23.44% from 255) = 11.73%

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

R = 44.73%
G = 11.73%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E13BDB (or 0xE13BDB) is known color: Free Speech Magenta. HEX triplet: E1, 3B and DB. RGB value is (225,59,219). Sum of RGB (Red+Green+Blue) = 225+59+219=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BDB is #1EC424. Grayscale: #7E7E7E. Windows color (decimal): -2016293 or 14367713. OLE color: 14367713.

HSL color Cylindrical-coordinate representation of color #E13BDB: hue angle of 302.17º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13BDB is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 59 219 -
CMYK 0 0.74 0.03 0.12
HSL 302.17º 0.73% 0.56% -
HSV(B) 302.17º 0.74% 0.88% -
XYZ 45.4 24.25 69.31 -
YUV 126.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 225 59 219 0 0.74 0.03 0.12 302.17 0.73 0.56
Hex E1 3B DB 0 4A 3 C 12E 49 38
Octal 341 73 333 0 112 3 14 456 111 70
Binary 11100001 111011 11011011 0 1001010 11 1100 100101110 1001001 111000

Color Harmonies of #E13BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BDB

Black with #E13BDB

Text Example


Text Example

White with #E13BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BDB; }

 p { color: rgb(225,59,219); }

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

background-color css

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

 a { background-color: rgb(225,59,219); }

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

border-color css

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

 span { border-color: rgb(225,59,219); }

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