Html Css Color HEX #E74DBE Free Speech Magenta

📋 copy color: '#E74DBE'

red 231 ◦ green 77 ◦ blue 190

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

Shades of Free Speech Magenta #E74DBE

Tints of Free Speech Magenta #E74DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 46.39%
G = 15.46%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E74DBE (or 0xE74DBE) is known color: Free Speech Magenta. HEX triplet: E7, 4D and BE. RGB value is (231,77,190). Sum of RGB (Red+Green+Blue) = 231+77+190=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DBE is #18B241. Grayscale: #878787. Windows color (decimal): -1618498 or 12471783. OLE color: 12471783.

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

Color convert

RGB 231 77 190 -
CMYK 0 0.67 0.18 0.09
HSL 315.97º 0.76% 0.6% -
HSV(B) 315.97º 0.67% 0.91% -
XYZ 44.9 26.01 51.37 -
YUV 135.93 158.52 195.81 -
System Red Green Blue C M Y K H S L
Decimal 231 77 190 0 0.67 0.18 0.09 315.97 0.76 0.6
Hex E7 4D BE 0 43 12 9 13C 4C 3C
Octal 347 115 276 0 103 22 11 474 114 74
Binary 11100111 1001101 10111110 0 1000011 10010 1001 100111100 1001100 111100

Color Harmonies of #E74DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DBE

Black with #E74DBE

Text Example


Text Example

White with #E74DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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