Html Css Color HEX #E73CDA Free Speech Magenta

📋 copy color: '#E73CDA'

red 231 ◦ green 60 ◦ blue 218

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

Shades of Free Speech Magenta #E73CDA

Tints of Free Speech Magenta #E73CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.79%

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

R = 45.38%
G = 11.79%
B = 42.83%

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

#E73CDA (or 0xE73CDA) is known color: Free Speech Magenta. HEX triplet: E7, 3C and DA. RGB value is (231,60,218). Sum of RGB (Red+Green+Blue) = 231+60+218=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73CDA is #18C325. Grayscale: #808080. Windows color (decimal): -1622822 or 14302439. OLE color: 14302439.

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

Color convert

RGB 231 60 218 -
CMYK 0 0.74 0.06 0.09
HSL 304.56º 0.78% 0.57% -
HSV(B) 304.56º 0.74% 0.91% -
XYZ 47.23 25.28 68.72 -
YUV 129.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 231 60 218 0 0.74 0.06 0.09 304.56 0.78 0.57
Hex E7 3C DA 0 4A 6 9 131 4E 39
Octal 347 74 332 0 112 6 11 461 116 71
Binary 11100111 111100 11011010 0 1001010 110 1001 100110001 1001110 111001

Color Harmonies of #E73CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73CDA

Black with #E73CDA

Text Example


Text Example

White with #E73CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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