Html Css Color HEX #E74DDB Free Speech Magenta

📋 copy color: '#E74DDB'

red 231 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #E74DDB

Tints of Free Speech Magenta #E74DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.61%

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

R = 43.83%
G = 14.61%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E74DDB (or 0xE74DDB) is known color: Free Speech Magenta. HEX triplet: E7, 4D and DB. RGB value is (231,77,219). Sum of RGB (Red+Green+Blue) = 231+77+219=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DDB is #18B224. Grayscale: #8A8A8A. Windows color (decimal): -1618469 or 14372327. OLE color: 14372327.

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

Color convert

RGB 231 77 219 -
CMYK 0 0.67 0.05 0.09
HSL 304.68º 0.76% 0.6% -
HSV(B) 304.68º 0.67% 0.91% -
XYZ 48.4 27.41 69.76 -
YUV 139.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 231 77 219 0 0.67 0.05 0.09 304.68 0.76 0.6
Hex E7 4D DB 0 43 5 9 131 4C 3C
Octal 347 115 333 0 103 5 11 461 114 74
Binary 11100111 1001101 11011011 0 1000011 101 1001 100110001 1001100 111100

Color Harmonies of #E74DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DDB

Black with #E74DDB

Text Example


Text Example

White with #E74DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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