Html Css Color HEX #E740EB Free Speech Magenta

📋 copy color: '#E740EB'

red 231 ◦ green 64 ◦ blue 235

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

Shades of Free Speech Magenta #E740EB

Tints of Free Speech Magenta #E740EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.08%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 43.58%
G = 12.08%
B = 44.34%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E740EB (or 0xE740EB) is known color: Free Speech Magenta. HEX triplet: E7, 40 and EB. RGB value is (231,64,235). Sum of RGB (Red+Green+Blue) = 231+64+235=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #E740EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740EB is #18BF14. Grayscale: #848484. Windows color (decimal): -1621781 or 15417575. OLE color: 15417575.

HSL color Cylindrical-coordinate representation of color #E740EB: hue angle of 298.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E740EB is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 64 235 -
CMYK 0.02 0.73 0 0.08
HSL 298.6º 0.81% 0.59% -
HSV(B) 298.6º 0.73% 0.92% -
XYZ 49.78 26.65 81.12 -
YUV 133.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 231 64 235 0.02 0.73 0 0.08 298.6 0.81 0.59
Hex E7 40 EB 2 49 0 8 12B 51 3B
Octal 347 100 353 2 111 0 10 453 121 73
Binary 11100111 1000000 11101011 10 1001001 0 1000 100101011 1010001 111011

Color Harmonies of #E740EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740EB

Black with #E740EB

Text Example


Text Example

White with #E740EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740EB; }

 p { color: rgb(231,64,235); }

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

background-color css

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

 a { background-color: rgb(231,64,235); }

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

border-color css

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

 span { border-color: rgb(231,64,235); }

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