Html Css Color HEX #E73DDA Free Speech Magenta

📋 copy color: '#E73DDA'

red 231 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Magenta #E73DDA

Tints of Free Speech Magenta #E73DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.96%

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

R = 45.29%
G = 11.96%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E73DDA (or 0xE73DDA) is known color: Free Speech Magenta. HEX triplet: E7, 3D and DA. RGB value is (231,61,218). Sum of RGB (Red+Green+Blue) = 231+61+218=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DDA is #18C225. Grayscale: #818181. Windows color (decimal): -1622566 or 14302695. OLE color: 14302695.

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

Color convert

RGB 231 61 218 -
CMYK 0 0.74 0.06 0.09
HSL 304.59º 0.78% 0.57% -
HSV(B) 304.59º 0.74% 0.91% -
XYZ 47.28 25.39 68.74 -
YUV 129.73 177.82 200.23 -
System Red Green Blue C M Y K H S L
Decimal 231 61 218 0 0.74 0.06 0.09 304.59 0.78 0.57
Hex E7 3D DA 0 4A 6 9 131 4E 39
Octal 347 75 332 0 112 6 11 461 116 71
Binary 11100111 111101 11011010 0 1001010 110 1001 100110001 1001110 111001

Color Harmonies of #E73DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73DDA

Black with #E73DDA

Text Example


Text Example

White with #E73DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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