Html Css Color HEX #EA63D3 Free Speech Magenta

📋 copy color: '#EA63D3'

red 234 ◦ green 99 ◦ blue 211

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

Shades of Free Speech Magenta #EA63D3

Tints of Free Speech Magenta #EA63D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 43.01%
G = 18.2%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA63D3 (or 0xEA63D3) is known color: Free Speech Magenta. HEX triplet: EA, 63 and D3. RGB value is (234,99,211). Sum of RGB (Red+Green+Blue) = 234+99+211=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63D3 is #159C2C. Grayscale: #979797. Windows color (decimal): -1416237 or 13853674. OLE color: 13853674.

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

Color convert

RGB 234 99 211 -
CMYK 0 0.58 0.10 0.08
HSL 310.22º 0.76% 0.65% -
HSV(B) 310.22º 0.58% 0.92% -
XYZ 50.15 31.12 64.99 -
YUV 152.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 234 99 211 0 0.58 0.10 0.08 310.22 0.76 0.65
Hex EA 63 D3 0 3A A 8 136 4C 41
Octal 352 143 323 0 72 12 10 466 114 101
Binary 11101010 1100011 11010011 0 111010 1010 1000 100110110 1001100 1000001

Color Harmonies of #EA63D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63D3

Black with #EA63D3

Text Example


Text Example

White with #EA63D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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