Html Css Color HEX #E74BE5 Free Speech Magenta

📋 copy color: '#E74BE5'

red 231 ◦ green 75 ◦ blue 229

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

Shades of Free Speech Magenta #E74BE5

Tints of Free Speech Magenta #E74BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 43.18%
G = 14.02%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E74BE5 (or 0xE74BE5) is known color: Free Speech Magenta. HEX triplet: E7, 4B and E5. RGB value is (231,75,229). Sum of RGB (Red+Green+Blue) = 231+75+229=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BE5 is #18B41A. Grayscale: #8A8A8A. Windows color (decimal): -1618971 or 15027175. OLE color: 15027175.

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

Color convert

RGB 231 75 229 -
CMYK 0 0.68 0.01 0.09
HSL 300.77º 0.76% 0.6% -
HSV(B) 300.77º 0.68% 0.91% -
XYZ 49.61 27.68 76.86 -
YUV 139.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 231 75 229 0 0.68 0.01 0.09 300.77 0.76 0.6
Hex E7 4B E5 0 44 1 9 12D 4C 3C
Octal 347 113 345 0 104 1 11 455 114 74
Binary 11100111 1001011 11100101 0 1000100 1 1001 100101101 1001100 111100

Color Harmonies of #E74BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BE5

Black with #E74BE5

Text Example


Text Example

White with #E74BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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