Html Css Color HEX #EA47D0 Free Speech Magenta

📋 copy color: '#EA47D0'

red 234 ◦ green 71 ◦ blue 208

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

Shades of Free Speech Magenta #EA47D0

Tints of Free Speech Magenta #EA47D0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.84%

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 45.61%
G = 13.84%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA47D0 (or 0xEA47D0) is known color: Free Speech Magenta. HEX triplet: EA, 47 and D0. RGB value is (234,71,208). Sum of RGB (Red+Green+Blue) = 234+71+208=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA47D0 is #15B82F. Grayscale: #868686. Windows color (decimal): -1423408 or 13649898. OLE color: 13649898.

HSL color Cylindrical-coordinate representation of color #EA47D0: hue angle of 309.57º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA47D0 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 71 208 -
CMYK 0 0.70 0.11 0.08
HSL 309.57º 0.8% 0.6% -
HSV(B) 309.57º 0.7% 0.92% -
XYZ 47.57 26.55 62.29 -
YUV 135.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 234 71 208 0 0.70 0.11 0.08 309.57 0.8 0.6
Hex EA 47 D0 0 46 B 8 136 50 3C
Octal 352 107 320 0 106 13 10 466 120 74
Binary 11101010 1000111 11010000 0 1000110 1011 1000 100110110 1010000 111100

Color Harmonies of #EA47D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA47D0

Black with #EA47D0

Text Example


Text Example

White with #EA47D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA47D0; }

 p { color: rgb(234,71,208); }

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

background-color css

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

 a { background-color: rgb(234,71,208); }

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

border-color css

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

 span { border-color: rgb(234,71,208); }

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