Html Css Color HEX #E74BDC Free Speech Magenta

📋 copy color: '#E74BDC'

red 231 ◦ green 75 ◦ blue 220

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

Shades of Free Speech Magenta #E74BDC

Tints of Free Speech Magenta #E74BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.26%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 43.92%
G = 14.26%
B = 41.83%

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

#E74BDC (or 0xE74BDC) is known color: Free Speech Magenta. HEX triplet: E7, 4B and DC. RGB value is (231,75,220). Sum of RGB (Red+Green+Blue) = 231+75+220=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BDC is #18B423. Grayscale: #898989. Windows color (decimal): -1618980 or 14437351. OLE color: 14437351.

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

Color convert

RGB 231 75 220 -
CMYK 0 0.68 0.05 0.09
HSL 304.23º 0.76% 0.6% -
HSV(B) 304.23º 0.68% 0.91% -
XYZ 48.39 27.19 70.41 -
YUV 138.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 231 75 220 0 0.68 0.05 0.09 304.23 0.76 0.6
Hex E7 4B DC 0 44 5 9 130 4C 3C
Octal 347 113 334 0 104 5 11 460 114 74
Binary 11100111 1001011 11011100 0 1000100 101 1001 100110000 1001100 111100

Color Harmonies of #E74BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BDC

Black with #E74BDC

Text Example


Text Example

White with #E74BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BDC; }

 p { color: rgb(231,75,220); }

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

background-color css

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

 a { background-color: rgb(231,75,220); }

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

border-color css

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

 span { border-color: rgb(231,75,220); }

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