Html Css Color HEX #EA63CE Free Speech Magenta

📋 copy color: '#EA63CE'

red 234 ◦ green 99 ◦ blue 206

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

Shades of Free Speech Magenta #EA63CE

Tints of Free Speech Magenta #EA63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 43.41%
G = 18.37%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA63CE (or 0xEA63CE) is known color: Free Speech Magenta. HEX triplet: EA, 63 and CE. RGB value is (234,99,206). Sum of RGB (Red+Green+Blue) = 234+99+206=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63CE is #159C31. Grayscale: #979797. Windows color (decimal): -1416242 or 13525994. OLE color: 13525994.

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

Color convert

RGB 234 99 206 -
CMYK 0 0.58 0.12 0.08
HSL 312.44º 0.76% 0.65% -
HSV(B) 312.44º 0.58% 0.92% -
XYZ 49.53 30.87 61.74 -
YUV 151.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 234 99 206 0 0.58 0.12 0.08 312.44 0.76 0.65
Hex EA 63 CE 0 3A C 8 138 4C 41
Octal 352 143 316 0 72 14 10 470 114 101
Binary 11101010 1100011 11001110 0 111010 1100 1000 100111000 1001100 1000001

Color Harmonies of #EA63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63CE

Black with #EA63CE

Text Example


Text Example

White with #EA63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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