Html Css Color HEX #E63EDA Free Speech Magenta

📋 copy color: '#E63EDA'

red 230 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Magenta #E63EDA

Tints of Free Speech Magenta #E63EDA

RGB

 RED value IS 230 (90.23% from 255) = 45.1%

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

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

R = 45.1%
G = 12.16%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E63EDA (or 0xE63EDA) is known color: Free Speech Magenta. HEX triplet: E6, 3E and DA. RGB value is (230,62,218). Sum of RGB (Red+Green+Blue) = 230+62+218=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E63EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63EDA is #19C125. Grayscale: #818181. Windows color (decimal): -1687846 or 14302950. OLE color: 14302950.

HSL color Cylindrical-coordinate representation of color #E63EDA: hue angle of 304.29º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63EDA is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 62 218 -
CMYK 0 0.73 0.05 0.10
HSL 304.29º 0.77% 0.57% -
HSV(B) 304.29º 0.73% 0.9% -
XYZ 47.01 25.33 68.74 -
YUV 130.02 177.66 199.32 -
System Red Green Blue C M Y K H S L
Decimal 230 62 218 0 0.73 0.05 0.10 304.29 0.77 0.57
Hex E6 3E DA 0 49 5 A 130 4D 39
Octal 346 76 332 0 111 5 12 460 115 71
Binary 11100110 111110 11011010 0 1001001 101 1010 100110000 1001101 111001

Color Harmonies of #E63EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63EDA

Black with #E63EDA

Text Example


Text Example

White with #E63EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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