Html Css Color HEX #E63DD4 Free Speech Magenta

📋 copy color: '#E63DD4'

red 230 ◦ green 61 ◦ blue 212

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

Shades of Free Speech Magenta #E63DD4

Tints of Free Speech Magenta #E63DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 45.73%
G = 12.13%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E63DD4 (or 0xE63DD4) is known color: Free Speech Magenta. HEX triplet: E6, 3D and D4. RGB value is (230,61,212). Sum of RGB (Red+Green+Blue) = 230+61+212=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E63DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63DD4 is #19C22B. Grayscale: #808080. Windows color (decimal): -1688108 or 13909478. OLE color: 13909478.

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

Color convert

RGB 230 61 212 -
CMYK 0 0.73 0.08 0.10
HSL 306.39º 0.77% 0.57% -
HSV(B) 306.39º 0.73% 0.9% -
XYZ 46.19 24.91 64.66 -
YUV 128.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 230 61 212 0 0.73 0.08 0.10 306.39 0.77 0.57
Hex E6 3D D4 0 49 8 A 132 4D 39
Octal 346 75 324 0 111 10 12 462 115 71
Binary 11100110 111101 11010100 0 1001001 1000 1010 100110010 1001101 111001

Color Harmonies of #E63DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63DD4

Black with #E63DD4

Text Example


Text Example

White with #E63DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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