Html Css Color HEX #E34ADB Free Speech Magenta

📋 copy color: '#E34ADB'

red 227 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #E34ADB

Tints of Free Speech Magenta #E34ADB

RGB

 RED value IS 227 (89.06% from 255) = 43.65%

 GREEN value IS 74 (29.3% from 255) = 14.23%

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

R = 43.65%
G = 14.23%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E34ADB (or 0xE34ADB) is known color: Free Speech Magenta. HEX triplet: E3, 4A and DB. RGB value is (227,74,219). Sum of RGB (Red+Green+Blue) = 227+74+219=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34ADB is #1CB524. Grayscale: #878787. Windows color (decimal): -1881381 or 14371555. OLE color: 14371555.

HSL color Cylindrical-coordinate representation of color #E34ADB: hue angle of 303.14º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34ADB is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 74 219 -
CMYK 0 0.67 0.04 0.11
HSL 303.14º 0.73% 0.59% -
HSV(B) 303.14º 0.67% 0.89% -
XYZ 46.91 26.34 69.63 -
YUV 136.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 227 74 219 0 0.67 0.04 0.11 303.14 0.73 0.59
Hex E3 4A DB 0 43 4 B 12F 49 3B
Octal 343 112 333 0 103 4 13 457 111 73
Binary 11100011 1001010 11011011 0 1000011 100 1011 100101111 1001001 111011

Color Harmonies of #E34ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34ADB

Black with #E34ADB

Text Example


Text Example

White with #E34ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34ADB; }

 p { color: rgb(227,74,219); }

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

background-color css

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

 a { background-color: rgb(227,74,219); }

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

border-color css

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

 span { border-color: rgb(227,74,219); }

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