Html Css Color HEX #E63BDE Free Speech Magenta

📋 copy color: '#E63BDE'

red 230 ◦ green 59 ◦ blue 222

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

Shades of Free Speech Magenta #E63BDE

Tints of Free Speech Magenta #E63BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 45.01%
G = 11.55%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E63BDE (or 0xE63BDE) is known color: Free Speech Magenta. HEX triplet: E6, 3B and DE. RGB value is (230,59,222). Sum of RGB (Red+Green+Blue) = 230+59+222=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63BDE is #19C421. Grayscale: #808080. Windows color (decimal): -1688610 or 14564326. OLE color: 14564326.

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

Color convert

RGB 230 59 222 -
CMYK 0 0.74 0.03 0.10
HSL 302.81º 0.77% 0.57% -
HSV(B) 302.81º 0.74% 0.9% -
XYZ 47.38 25.22 71.48 -
YUV 128.71 180.65 200.25 -
System Red Green Blue C M Y K H S L
Decimal 230 59 222 0 0.74 0.03 0.10 302.81 0.77 0.57
Hex E6 3B DE 0 4A 3 A 12F 4D 39
Octal 346 73 336 0 112 3 12 457 115 71
Binary 11100110 111011 11011110 0 1001010 11 1010 100101111 1001101 111001

Color Harmonies of #E63BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63BDE

Black with #E63BDE

Text Example


Text Example

White with #E63BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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