Html Css Color HEX #E63BDA Free Speech Magenta

📋 copy color: '#E63BDA'

red 230 ◦ green 59 ◦ blue 218

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

Shades of Free Speech Magenta #E63BDA

Tints of Free Speech Magenta #E63BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.64%

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

R = 45.36%
G = 11.64%
B = 43%

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

#E63BDA (or 0xE63BDA) is known color: Free Speech Magenta. HEX triplet: E6, 3B and DA. RGB value is (230,59,218). Sum of RGB (Red+Green+Blue) = 230+59+218=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63BDA is #19C425. Grayscale: #7F7F7F. Windows color (decimal): -1688614 or 14302182. OLE color: 14302182.

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

Color convert

RGB 230 59 218 -
CMYK 0 0.74 0.05 0.10
HSL 304.21º 0.77% 0.57% -
HSV(B) 304.21º 0.74% 0.9% -
XYZ 46.85 25.01 68.69 -
YUV 128.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 230 59 218 0 0.74 0.05 0.10 304.21 0.77 0.57
Hex E6 3B DA 0 4A 5 A 130 4D 39
Octal 346 73 332 0 112 5 12 460 115 71
Binary 11100110 111011 11011010 0 1001010 101 1010 100110000 1001101 111001

Color Harmonies of #E63BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63BDA

Black with #E63BDA

Text Example


Text Example

White with #E63BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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