Html Css Color HEX #E63ADB Free Speech Magenta

📋 copy color: '#E63ADB'

red 230 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Magenta #E63ADB

Tints of Free Speech Magenta #E63ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.44%

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 45.36%
G = 11.44%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E63ADB (or 0xE63ADB) is known color: Free Speech Magenta. HEX triplet: E6, 3A and DB. RGB value is (230,58,219). Sum of RGB (Red+Green+Blue) = 230+58+219=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E63ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63ADB is #19C524. Grayscale: #7F7F7F. Windows color (decimal): -1688869 or 14367462. OLE color: 14367462.

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

Color convert

RGB 230 58 219 -
CMYK 0 0.75 0.05 0.10
HSL 303.84º 0.77% 0.56% -
HSV(B) 303.84º 0.75% 0.9% -
XYZ 46.93 24.96 69.36 -
YUV 127.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 230 58 219 0 0.75 0.05 0.10 303.84 0.77 0.56
Hex E6 3A DB 0 4B 5 A 130 4D 38
Octal 346 72 333 0 113 5 12 460 115 70
Binary 11100110 111010 11011011 0 1001011 101 1010 100110000 1001101 111000

Color Harmonies of #E63ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63ADB

Black with #E63ADB

Text Example


Text Example

White with #E63ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63ADB; }

 p { color: rgb(230,58,219); }

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

background-color css

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

 a { background-color: rgb(230,58,219); }

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

border-color css

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

 span { border-color: rgb(230,58,219); }

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