Html Css Color HEX #E63DED Free Speech Magenta

📋 copy color: '#E63DED'

red 230 ◦ green 61 ◦ blue 237

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

Shades of Free Speech Magenta #E63DED

Tints of Free Speech Magenta #E63DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.55%

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 43.56%
G = 11.55%
B = 44.89%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E63DED (or 0xE63DED) is known color: Free Speech Magenta. HEX triplet: E6, 3D and ED. RGB value is (230,61,237). Sum of RGB (Red+Green+Blue) = 230+61+237=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 61 (24.22% from 255 or 11.55% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #E63DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63DED is #19C212. Grayscale: #838383. Windows color (decimal): -1688083 or 15547878. OLE color: 15547878.

HSL color Cylindrical-coordinate representation of color #E63DED: hue angle of 297.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63DED is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 61 237 -
CMYK 0.03 0.74 0 0.07
HSL 297.61º 0.83% 0.58% -
HSV(B) 297.61º 0.74% 0.93% -
XYZ 49.59 26.27 82.58 -
YUV 131.6 187.49 198.19 -
System Red Green Blue C M Y K H S L
Decimal 230 61 237 0.03 0.74 0 0.07 297.61 0.83 0.58
Hex E6 3D ED 3 4A 0 7 12A 53 3A
Octal 346 75 355 3 112 0 7 452 123 72
Binary 11100110 111101 11101101 11 1001010 0 111 100101010 1010011 111010

Color Harmonies of #E63DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63DED

Black with #E63DED

Text Example


Text Example

White with #E63DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63DED; }

 p { color: rgb(230,61,237); }

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

background-color css

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

 a { background-color: rgb(230,61,237); }

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

border-color css

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

 span { border-color: rgb(230,61,237); }

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