Html Css Color HEX #EA61C7 Free Speech Magenta

📋 copy color: '#EA61C7'

red 234 ◦ green 97 ◦ blue 199

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

Shades of Free Speech Magenta #EA61C7

Tints of Free Speech Magenta #EA61C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.55%

R = 44.15%
G = 18.3%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA61C7 (or 0xEA61C7) is known color: Free Speech Magenta. HEX triplet: EA, 61 and C7. RGB value is (234,97,199). Sum of RGB (Red+Green+Blue) = 234+97+199=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61C7 is #159E38. Grayscale: #959595. Windows color (decimal): -1416761 or 13066730. OLE color: 13066730.

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

Color convert

RGB 234 97 199 -
CMYK 0 0.59 0.15 0.08
HSL 315.33º 0.77% 0.65% -
HSV(B) 315.33º 0.59% 0.92% -
XYZ 48.52 30.17 57.3 -
YUV 149.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 234 97 199 0 0.59 0.15 0.08 315.33 0.77 0.65
Hex EA 61 C7 0 3B F 8 13B 4D 41
Octal 352 141 307 0 73 17 10 473 115 101
Binary 11101010 1100001 11000111 0 111011 1111 1000 100111011 1001101 1000001

Color Harmonies of #EA61C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA61C7

Black with #EA61C7

Text Example


Text Example

White with #EA61C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA61C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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