Html Css Color HEX #EA63EC Free Speech Magenta

📋 copy color: '#EA63EC'

red 234 ◦ green 99 ◦ blue 236

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

Shades of Free Speech Magenta #EA63EC

Tints of Free Speech Magenta #EA63EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 41.12%
G = 17.4%
B = 41.48%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA63EC (or 0xEA63EC) is known color: Free Speech Magenta. HEX triplet: EA, 63 and EC. RGB value is (234,99,236). Sum of RGB (Red+Green+Blue) = 234+99+236=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA63EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA63EC is #159C13. Grayscale: #9A9A9A. Windows color (decimal): -1416212 or 15492074. OLE color: 15492074.

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

Color convert

RGB 234 99 236 -
CMYK 0.01 0.58 0 0.07
HSL 299.12º 0.78% 0.66% -
HSV(B) 299.12º 0.58% 0.93% -
XYZ 53.53 32.47 82.8 -
YUV 154.98 173.73 184.36 -
System Red Green Blue C M Y K H S L
Decimal 234 99 236 0.01 0.58 0 0.07 299.12 0.78 0.66
Hex EA 63 EC 1 3A 0 7 12B 4E 42
Octal 352 143 354 1 72 0 7 453 116 102
Binary 11101010 1100011 11101100 1 111010 0 111 100101011 1001110 1000010

Color Harmonies of #EA63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63EC

Black with #EA63EC

Text Example


Text Example

White with #EA63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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