Html Css Color HEX #E63DDF Free Speech Magenta

📋 copy color: '#E63DDF'

red 230 ◦ green 61 ◦ blue 223

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

Shades of Free Speech Magenta #E63DDF

Tints of Free Speech Magenta #E63DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 44.75%
G = 11.87%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E63DDF (or 0xE63DDF) is known color: Free Speech Magenta. HEX triplet: E6, 3D and DF. RGB value is (230,61,223). Sum of RGB (Red+Green+Blue) = 230+61+223=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E63DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63DDF is #19C220. Grayscale: #818181. Windows color (decimal): -1688097 or 14630374. OLE color: 14630374.

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

Color convert

RGB 230 61 223 -
CMYK 0 0.73 0.03 0.10
HSL 302.49º 0.77% 0.57% -
HSV(B) 302.49º 0.73% 0.9% -
XYZ 47.62 25.49 72.22 -
YUV 130 180.49 199.33 -
System Red Green Blue C M Y K H S L
Decimal 230 61 223 0 0.73 0.03 0.10 302.49 0.77 0.57
Hex E6 3D DF 0 49 3 A 12E 4D 39
Octal 346 75 337 0 111 3 12 456 115 71
Binary 11100110 111101 11011111 0 1001001 11 1010 100101110 1001101 111001

Color Harmonies of #E63DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63DDF

Black with #E63DDF

Text Example


Text Example

White with #E63DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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