Html Css Color HEX #E74EDB Free Speech Magenta

📋 copy color: '#E74EDB'

red 231 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #E74EDB

Tints of Free Speech Magenta #E74EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.77%

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

R = 43.75%
G = 14.77%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E74EDB (or 0xE74EDB) is known color: Free Speech Magenta. HEX triplet: E7, 4E and DB. RGB value is (231,78,219). Sum of RGB (Red+Green+Blue) = 231+78+219=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E74EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74EDB is #18B124. Grayscale: #8B8B8B. Windows color (decimal): -1618213 or 14372583. OLE color: 14372583.

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

Color convert

RGB 231 78 219 -
CMYK 0 0.66 0.05 0.09
HSL 304.71º 0.76% 0.61% -
HSV(B) 304.71º 0.66% 0.91% -
XYZ 48.47 27.55 69.78 -
YUV 139.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 231 78 219 0 0.66 0.05 0.09 304.71 0.76 0.61
Hex E7 4E DB 0 42 5 9 131 4C 3D
Octal 347 116 333 0 102 5 11 461 114 75
Binary 11100111 1001110 11011011 0 1000010 101 1001 100110001 1001100 111101

Color Harmonies of #E74EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74EDB

Black with #E74EDB

Text Example


Text Example

White with #E74EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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