Html Css Color HEX #E63CDA Free Speech Magenta

📋 copy color: '#E63CDA'

red 230 ◦ green 60 ◦ blue 218

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

Shades of Free Speech Magenta #E63CDA

Tints of Free Speech Magenta #E63CDA

RGB

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

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

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

R = 45.28%
G = 11.81%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E63CDA (or 0xE63CDA) is known color: Free Speech Magenta. HEX triplet: E6, 3C and DA. RGB value is (230,60,218). Sum of RGB (Red+Green+Blue) = 230+60+218=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63CDA is #19C325. Grayscale: #808080. Windows color (decimal): -1688358 or 14302438. OLE color: 14302438.

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

Color convert

RGB 230 60 218 -
CMYK 0 0.74 0.05 0.10
HSL 304.24º 0.77% 0.57% -
HSV(B) 304.24º 0.74% 0.9% -
XYZ 46.9 25.12 68.71 -
YUV 128.84 178.32 200.15 -
System Red Green Blue C M Y K H S L
Decimal 230 60 218 0 0.74 0.05 0.10 304.24 0.77 0.57
Hex E6 3C DA 0 4A 5 A 130 4D 39
Octal 346 74 332 0 112 5 12 460 115 71
Binary 11100110 111100 11011010 0 1001010 101 1010 100110000 1001101 111001

Color Harmonies of #E63CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63CDA

Black with #E63CDA

Text Example


Text Example

White with #E63CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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