Html Css Color HEX #E73ED4 Free Speech Magenta

📋 copy color: '#E73ED4'

red 231 ◦ green 62 ◦ blue 212

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

Shades of Free Speech Magenta #E73ED4

Tints of Free Speech Magenta #E73ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 45.74%
G = 12.28%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E73ED4 (or 0xE73ED4) is known color: Free Speech Magenta. HEX triplet: E7, 3E and D4. RGB value is (231,62,212). Sum of RGB (Red+Green+Blue) = 231+62+212=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E73ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73ED4 is #18C12B. Grayscale: #818181. Windows color (decimal): -1622316 or 13909735. OLE color: 13909735.

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

Color convert

RGB 231 62 212 -
CMYK 0 0.73 0.08 0.09
HSL 306.75º 0.78% 0.57% -
HSV(B) 306.75º 0.73% 0.91% -
XYZ 46.56 25.19 64.7 -
YUV 129.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 231 62 212 0 0.73 0.08 0.09 306.75 0.78 0.57
Hex E7 3E D4 0 49 8 9 133 4E 39
Octal 347 76 324 0 111 10 11 463 116 71
Binary 11100111 111110 11010100 0 1001001 1000 1001 100110011 1001110 111001

Color Harmonies of #E73ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73ED4

Black with #E73ED4

Text Example


Text Example

White with #E73ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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