Html Css Color HEX #EA61DF Free Speech Magenta

📋 copy color: '#EA61DF'

red 234 ◦ green 97 ◦ blue 223

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

Shades of Free Speech Magenta #EA61DF

Tints of Free Speech Magenta #EA61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.51%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 42.24%
G = 17.51%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA61DF (or 0xEA61DF) is known color: Free Speech Magenta. HEX triplet: EA, 61 and DF. RGB value is (234,97,223). Sum of RGB (Red+Green+Blue) = 234+97+223=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61DF is #159E20. Grayscale: #979797. Windows color (decimal): -1416737 or 14639594. OLE color: 14639594.

HSL color Cylindrical-coordinate representation of color #EA61DF: hue angle of 304.82º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA61DF is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 97 223 -
CMYK 0 0.59 0.05 0.08
HSL 304.82º 0.77% 0.65% -
HSV(B) 304.82º 0.59% 0.92% -
XYZ 51.53 31.37 73.15 -
YUV 152.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 234 97 223 0 0.59 0.05 0.08 304.82 0.77 0.65
Hex EA 61 DF 0 3B 5 8 131 4D 41
Octal 352 141 337 0 73 5 10 461 115 101
Binary 11101010 1100001 11011111 0 111011 101 1000 100110001 1001101 1000001

Color Harmonies of #EA61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA61DF

Black with #EA61DF

Text Example


Text Example

White with #EA61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA61DF; }

 p { color: rgb(234,97,223); }

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

background-color css

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

 a { background-color: rgb(234,97,223); }

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

border-color css

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

 span { border-color: rgb(234,97,223); }

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