Html Css Color HEX #E63CD8 Free Speech Magenta

📋 copy color: '#E63CD8'

red 230 ◦ green 60 ◦ blue 216

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

Shades of Free Speech Magenta #E63CD8

Tints of Free Speech Magenta #E63CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.69%

R = 45.45%
G = 11.86%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E63CD8 (or 0xE63CD8) is known color: Free Speech Magenta. HEX triplet: E6, 3C and D8. RGB value is (230,60,216). Sum of RGB (Red+Green+Blue) = 230+60+216=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63CD8 is #19C327. Grayscale: #808080. Windows color (decimal): -1688360 or 14171366. OLE color: 14171366.

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

Color convert

RGB 230 60 216 -
CMYK 0 0.74 0.06 0.10
HSL 304.94º 0.77% 0.57% -
HSV(B) 304.94º 0.74% 0.9% -
XYZ 46.64 25.01 67.34 -
YUV 128.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 230 60 216 0 0.74 0.06 0.10 304.94 0.77 0.57
Hex E6 3C D8 0 4A 6 A 131 4D 39
Octal 346 74 330 0 112 6 12 461 115 71
Binary 11100110 111100 11011000 0 1001010 110 1010 100110001 1001101 111001

Color Harmonies of #E63CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63CD8

Black with #E63CD8

Text Example


Text Example

White with #E63CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63CD8; }

 p { color: rgb(230,60,216); }

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

background-color css

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

 a { background-color: rgb(230,60,216); }

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

border-color css

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

 span { border-color: rgb(230,60,216); }

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