Html Css Color HEX #E74BE2 Free Speech Magenta

📋 copy color: '#E74BE2'

red 231 ◦ green 75 ◦ blue 226

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

Shades of Free Speech Magenta #E74BE2

Tints of Free Speech Magenta #E74BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.48%

R = 43.42%
G = 14.1%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E74BE2 (or 0xE74BE2) is known color: Free Speech Magenta. HEX triplet: E7, 4B and E2. RGB value is (231,75,226). Sum of RGB (Red+Green+Blue) = 231+75+226=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 75 (29.69% from 255 or 14.10% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BE2 is #18B41D. Grayscale: #8A8A8A. Windows color (decimal): -1618974 or 14830567. OLE color: 14830567.

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

Color convert

RGB 231 75 226 -
CMYK 0 0.68 0.02 0.09
HSL 301.92º 0.76% 0.6% -
HSV(B) 301.92º 0.68% 0.91% -
XYZ 49.2 27.51 74.67 -
YUV 138.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 231 75 226 0 0.68 0.02 0.09 301.92 0.76 0.6
Hex E7 4B E2 0 44 2 9 12E 4C 3C
Octal 347 113 342 0 104 2 11 456 114 74
Binary 11100111 1001011 11100010 0 1000100 10 1001 100101110 1001100 111100

Color Harmonies of #E74BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BE2

Black with #E74BE2

Text Example


Text Example

White with #E74BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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