Html Css Color HEX #E461DA Free Speech Magenta

📋 copy color: '#E461DA'

red 228 ◦ green 97 ◦ blue 218

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

Shades of Free Speech Magenta #E461DA

Tints of Free Speech Magenta #E461DA

RGB

 RED value IS 228 (89.45% from 255) = 41.99%

 GREEN value IS 97 (38.28% from 255) = 17.86%

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

R = 41.99%
G = 17.86%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E461DA (or 0xE461DA) is known color: Free Speech Magenta. HEX triplet: E4, 61 and DA. RGB value is (228,97,218). Sum of RGB (Red+Green+Blue) = 228+97+218=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E461DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461DA is #1B9E25. Grayscale: #959595. Windows color (decimal): -1809958 or 14311908. OLE color: 14311908.

HSL color Cylindrical-coordinate representation of color #E461DA: hue angle of 304.58º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E461DA is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 97 218 -
CMYK 0 0.57 0.04 0.11
HSL 304.58º 0.71% 0.64% -
HSV(B) 304.58º 0.57% 0.89% -
XYZ 48.92 30.11 69.56 -
YUV 149.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 228 97 218 0 0.57 0.04 0.11 304.58 0.71 0.64
Hex E4 61 DA 0 39 4 B 131 47 40
Octal 344 141 332 0 71 4 13 461 107 100
Binary 11100100 1100001 11011010 0 111001 100 1011 100110001 1000111 1000000

Color Harmonies of #E461DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E461DA

Black with #E461DA

Text Example


Text Example

White with #E461DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E461DA; }

 p { color: rgb(228,97,218); }

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

background-color css

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

 a { background-color: rgb(228,97,218); }

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

border-color css

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

 span { border-color: rgb(228,97,218); }

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