Html Css Color HEX #E74FBE Free Speech Magenta

📋 copy color: '#E74FBE'

red 231 ◦ green 79 ◦ blue 190

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

Shades of Free Speech Magenta #E74FBE

Tints of Free Speech Magenta #E74FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.8%

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

R = 46.2%
G = 15.8%
B = 38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E74FBE (or 0xE74FBE) is known color: Free Speech Magenta. HEX triplet: E7, 4F and BE. RGB value is (231,79,190). Sum of RGB (Red+Green+Blue) = 231+79+190=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FBE is #18B041. Grayscale: #888888. Windows color (decimal): -1617986 or 12472295. OLE color: 12472295.

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

Color convert

RGB 231 79 190 -
CMYK 0 0.66 0.18 0.09
HSL 316.18º 0.76% 0.61% -
HSV(B) 316.18º 0.66% 0.91% -
XYZ 45.05 26.3 51.42 -
YUV 137.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 231 79 190 0 0.66 0.18 0.09 316.18 0.76 0.61
Hex E7 4F BE 0 42 12 9 13C 4C 3D
Octal 347 117 276 0 102 22 11 474 114 75
Binary 11100111 1001111 10111110 0 1000010 10010 1001 100111100 1001100 111101

Color Harmonies of #E74FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74FBE

Black with #E74FBE

Text Example


Text Example

White with #E74FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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