Html Css Color HEX #EA49C6 Free Speech Magenta

📋 copy color: '#EA49C6'

red 234 ◦ green 73 ◦ blue 198

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

Shades of Free Speech Magenta #EA49C6

Tints of Free Speech Magenta #EA49C6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.46%

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 46.34%
G = 14.46%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA49C6 (or 0xEA49C6) is known color: Free Speech Magenta. HEX triplet: EA, 49 and C6. RGB value is (234,73,198). Sum of RGB (Red+Green+Blue) = 234+73+198=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA49C6 is #15B639. Grayscale: #878787. Windows color (decimal): -1422906 or 12995050. OLE color: 12995050.

HSL color Cylindrical-coordinate representation of color #EA49C6: hue angle of 313.42º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA49C6 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 73 198 -
CMYK 0 0.69 0.15 0.08
HSL 313.42º 0.79% 0.6% -
HSV(B) 313.42º 0.69% 0.92% -
XYZ 46.51 26.33 56.06 -
YUV 135.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 234 73 198 0 0.69 0.15 0.08 313.42 0.79 0.6
Hex EA 49 C6 0 45 F 8 139 4F 3C
Octal 352 111 306 0 105 17 10 471 117 74
Binary 11101010 1001001 11000110 0 1000101 1111 1000 100111001 1001111 111100

Color Harmonies of #EA49C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA49C6

Black with #EA49C6

Text Example


Text Example

White with #EA49C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA49C6; }

 p { color: rgb(234,73,198); }

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

background-color css

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

 a { background-color: rgb(234,73,198); }

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

border-color css

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

 span { border-color: rgb(234,73,198); }

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