Html Css Color HEX #E74ADB Free Speech Magenta

📋 copy color: '#E74ADB'

red 231 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #E74ADB

Tints of Free Speech Magenta #E74ADB

RGB

 RED value IS 231 (90.63% from 255) = 44.08%

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

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

R = 44.08%
G = 14.12%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E74ADB (or 0xE74ADB) is known color: Free Speech Magenta. HEX triplet: E7, 4A and DB. RGB value is (231,74,219). Sum of RGB (Red+Green+Blue) = 231+74+219=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ADB is #18B524. Grayscale: #898989. Windows color (decimal): -1619237 or 14371559. OLE color: 14371559.

HSL color Cylindrical-coordinate representation of color #E74ADB: hue angle of 304.59º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74ADB is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 74 219 -
CMYK 0 0.68 0.05 0.09
HSL 304.59º 0.77% 0.6% -
HSV(B) 304.59º 0.68% 0.91% -
XYZ 48.19 27 69.69 -
YUV 137.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 231 74 219 0 0.68 0.05 0.09 304.59 0.77 0.6
Hex E7 4A DB 0 44 5 9 131 4D 3C
Octal 347 112 333 0 104 5 11 461 115 74
Binary 11100111 1001010 11011011 0 1000100 101 1001 100110001 1001101 111100

Color Harmonies of #E74ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74ADB

Black with #E74ADB

Text Example


Text Example

White with #E74ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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