Html Css Color HEX #E74FBA Free Speech Magenta

📋 copy color: '#E74FBA'

red 231 ◦ green 79 ◦ blue 186

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

Shades of Free Speech Magenta #E74FBA

Tints of Free Speech Magenta #E74FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 46.57%
G = 15.93%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E74FBA (or 0xE74FBA) is known color: Free Speech Magenta. HEX triplet: E7, 4F and BA. RGB value is (231,79,186). Sum of RGB (Red+Green+Blue) = 231+79+186=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FBA is #18B045. Grayscale: #888888. Windows color (decimal): -1617990 or 12210151. OLE color: 12210151.

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

Color convert

RGB 231 79 186 -
CMYK 0 0.66 0.19 0.09
HSL 317.76º 0.76% 0.61% -
HSV(B) 317.76º 0.66% 0.91% -
XYZ 44.61 26.13 49.15 -
YUV 136.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 231 79 186 0 0.66 0.19 0.09 317.76 0.76 0.61
Hex E7 4F BA 0 42 13 9 13E 4C 3D
Octal 347 117 272 0 102 23 11 476 114 75
Binary 11100111 1001111 10111010 0 1000010 10011 1001 100111110 1001100 111101

Color Harmonies of #E74FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74FBA

Black with #E74FBA

Text Example


Text Example

White with #E74FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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