Html Css Color HEX #E74CDB Free Speech Magenta

📋 copy color: '#E74CDB'

red 231 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #E74CDB

Tints of Free Speech Magenta #E74CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.45%

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

R = 43.92%
G = 14.45%
B = 41.63%

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

#E74CDB (or 0xE74CDB) is known color: Free Speech Magenta. HEX triplet: E7, 4C and DB. RGB value is (231,76,219). Sum of RGB (Red+Green+Blue) = 231+76+219=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CDB is #18B324. Grayscale: #8A8A8A. Windows color (decimal): -1618725 or 14372071. OLE color: 14372071.

HSL color Cylindrical-coordinate representation of color #E74CDB: hue angle of 304.65º 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 #E74CDB is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 76 219 -
CMYK 0 0.67 0.05 0.09
HSL 304.65º 0.76% 0.6% -
HSV(B) 304.65º 0.67% 0.91% -
XYZ 48.33 27.27 69.73 -
YUV 138.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 231 76 219 0 0.67 0.05 0.09 304.65 0.76 0.6
Hex E7 4C DB 0 43 5 9 131 4C 3C
Octal 347 114 333 0 103 5 11 461 114 74
Binary 11100111 1001100 11011011 0 1000011 101 1001 100110001 1001100 111100

Color Harmonies of #E74CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74CDB

Black with #E74CDB

Text Example


Text Example

White with #E74CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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