Html Css Color HEX #E74BBA Free Speech Magenta

📋 copy color: '#E74BBA'

red 231 ◦ green 75 ◦ blue 186

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

Shades of Free Speech Magenta #E74BBA

Tints of Free Speech Magenta #E74BBA

RGB

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

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

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

R = 46.95%
G = 15.24%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E74BBA (or 0xE74BBA) is known color: Free Speech Magenta. HEX triplet: E7, 4B and BA. RGB value is (231,75,186). Sum of RGB (Red+Green+Blue) = 231+75+186=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BBA is #18B445. Grayscale: #868686. Windows color (decimal): -1619014 or 12209127. OLE color: 12209127.

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

Color convert

RGB 231 75 186 -
CMYK 0 0.68 0.19 0.09
HSL 317.31º 0.76% 0.6% -
HSV(B) 317.31º 0.68% 0.91% -
XYZ 44.33 25.57 49.05 -
YUV 134.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 231 75 186 0 0.68 0.19 0.09 317.31 0.76 0.6
Hex E7 4B BA 0 44 13 9 13D 4C 3C
Octal 347 113 272 0 104 23 11 475 114 74
Binary 11100111 1001011 10111010 0 1000100 10011 1001 100111101 1001100 111100

Color Harmonies of #E74BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BBA

Black with #E74BBA

Text Example


Text Example

White with #E74BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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