Html Css Color HEX #EA63DA Free Speech Magenta

📋 copy color: '#EA63DA'

red 234 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #EA63DA

Tints of Free Speech Magenta #EA63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 42.47%
G = 17.97%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA63DA (or 0xEA63DA) is known color: Free Speech Magenta. HEX triplet: EA, 63 and DA. RGB value is (234,99,218). Sum of RGB (Red+Green+Blue) = 234+99+218=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63DA is #159C25. Grayscale: #989898. Windows color (decimal): -1416230 or 14312426. OLE color: 14312426.

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

Color convert

RGB 234 99 218 -
CMYK 0 0.58 0.07 0.08
HSL 307.11º 0.76% 0.65% -
HSV(B) 307.11º 0.58% 0.92% -
XYZ 51.05 31.48 69.72 -
YUV 152.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 234 99 218 0 0.58 0.07 0.08 307.11 0.76 0.65
Hex EA 63 DA 0 3A 7 8 133 4C 41
Octal 352 143 332 0 72 7 10 463 114 101
Binary 11101010 1100011 11011010 0 111010 111 1000 100110011 1001100 1000001

Color Harmonies of #EA63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63DA

Black with #EA63DA

Text Example


Text Example

White with #EA63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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