Html Css Color HEX #EA63DC Free Speech Magenta

📋 copy color: '#EA63DC'

red 234 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #EA63DC

Tints of Free Speech Magenta #EA63DC

RGB

 RED value IS 234 (91.8% from 255) = 42.31%

 GREEN value IS 99 (39.06% from 255) = 17.9%

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 42.31%
G = 17.9%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA63DC (or 0xEA63DC) is known color: Free Speech Magenta. HEX triplet: EA, 63 and DC. RGB value is (234,99,220). Sum of RGB (Red+Green+Blue) = 234+99+220=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63DC is #159C23. Grayscale: #989898. Windows color (decimal): -1416228 or 14443498. OLE color: 14443498.

HSL color Cylindrical-coordinate representation of color #EA63DC: hue angle of 306.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA63DC is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 220 -
CMYK 0 0.58 0.06 0.08
HSL 306.22º 0.76% 0.65% -
HSV(B) 306.22º 0.58% 0.92% -
XYZ 51.31 31.58 71.1 -
YUV 153.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 234 99 220 0 0.58 0.06 0.08 306.22 0.76 0.65
Hex EA 63 DC 0 3A 6 8 132 4C 41
Octal 352 143 334 0 72 6 10 462 114 101
Binary 11101010 1100011 11011100 0 111010 110 1000 100110010 1001100 1000001

Color Harmonies of #EA63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63DC

Black with #EA63DC

Text Example


Text Example

White with #EA63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63DC; }

 p { color: rgb(234,99,220); }

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

background-color css

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

 a { background-color: rgb(234,99,220); }

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

border-color css

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

 span { border-color: rgb(234,99,220); }

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