Html Css Color HEX #EA63DB Free Speech Magenta

📋 copy color: '#EA63DB'

red 234 ◦ green 99 ◦ blue 219

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

Shades of Free Speech Magenta #EA63DB

Tints of Free Speech Magenta #EA63DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 42.39%
G = 17.93%
B = 39.67%

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

#EA63DB (or 0xEA63DB) is known color: Free Speech Magenta. HEX triplet: EA, 63 and DB. RGB value is (234,99,219). Sum of RGB (Red+Green+Blue) = 234+99+219=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63DB is #159C24. Grayscale: #989898. Windows color (decimal): -1416229 or 14377962. OLE color: 14377962.

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

Color convert

RGB 234 99 219 -
CMYK 0 0.58 0.06 0.08
HSL 306.67º 0.76% 0.65% -
HSV(B) 306.67º 0.58% 0.92% -
XYZ 51.18 31.53 70.41 -
YUV 153.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 234 99 219 0 0.58 0.06 0.08 306.67 0.76 0.65
Hex EA 63 DB 0 3A 6 8 133 4C 41
Octal 352 143 333 0 72 6 10 463 114 101
Binary 11101010 1100011 11011011 0 111010 110 1000 100110011 1001100 1000001

Color Harmonies of #EA63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63DB

Black with #EA63DB

Text Example


Text Example

White with #EA63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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