Html Css Color HEX #E73EDA Free Speech Magenta

📋 copy color: '#E73EDA'

red 231 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Magenta #E73EDA

Tints of Free Speech Magenta #E73EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.13%

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 45.21%
G = 12.13%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E73EDA (or 0xE73EDA) is known color: Free Speech Magenta. HEX triplet: E7, 3E and DA. RGB value is (231,62,218). Sum of RGB (Red+Green+Blue) = 231+62+218=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E73EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73EDA is #18C125. Grayscale: #818181. Windows color (decimal): -1622310 or 14302951. OLE color: 14302951.

HSL color Cylindrical-coordinate representation of color #E73EDA: hue angle of 304.62º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73EDA is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 62 218 -
CMYK 0 0.73 0.06 0.09
HSL 304.62º 0.78% 0.57% -
HSV(B) 304.62º 0.73% 0.91% -
XYZ 47.33 25.5 68.76 -
YUV 130.32 177.49 199.82 -
System Red Green Blue C M Y K H S L
Decimal 231 62 218 0 0.73 0.06 0.09 304.62 0.78 0.57
Hex E7 3E DA 0 49 6 9 131 4E 39
Octal 347 76 332 0 111 6 11 461 116 71
Binary 11100111 111110 11011010 0 1001001 110 1001 100110001 1001110 111001

Color Harmonies of #E73EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73EDA

Black with #E73EDA

Text Example


Text Example

White with #E73EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73EDA; }

 p { color: rgb(231,62,218); }

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

background-color css

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

 a { background-color: rgb(231,62,218); }

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

border-color css

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

 span { border-color: rgb(231,62,218); }

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