Html Css Color HEX #E03BDB Free Speech Magenta

📋 copy color: '#E03BDB'

red 224 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Magenta #E03BDB

Tints of Free Speech Magenta #E03BDB

RGB

 RED value IS 224 (87.89% from 255) = 44.62%

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

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

R = 44.62%
G = 11.75%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E03BDB (or 0xE03BDB) is known color: Free Speech Magenta. HEX triplet: E0, 3B and DB. RGB value is (224,59,219). Sum of RGB (Red+Green+Blue) = 224+59+219=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03BDB is #1FC424. Grayscale: #7E7E7E. Windows color (decimal): -2081829 or 14367712. OLE color: 14367712.

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

Color convert

RGB 224 59 219 -
CMYK 0 0.74 0.02 0.12
HSL 301.82º 0.73% 0.55% -
HSV(B) 301.82º 0.74% 0.88% -
XYZ 45.09 24.09 69.29 -
YUV 126.58 180.16 197.49 -
System Red Green Blue C M Y K H S L
Decimal 224 59 219 0 0.74 0.02 0.12 301.82 0.73 0.55
Hex E0 3B DB 0 4A 2 C 12E 49 37
Octal 340 73 333 0 112 2 14 456 111 67
Binary 11100000 111011 11011011 0 1001010 10 1100 100101110 1001001 110111

Color Harmonies of #E03BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03BDB

Black with #E03BDB

Text Example


Text Example

White with #E03BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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