Html Css Color HEX #ED47D7 Free Speech Magenta

📋 copy color: '#ED47D7'

red 237 ◦ green 71 ◦ blue 215

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

Shades of Free Speech Magenta #ED47D7

Tints of Free Speech Magenta #ED47D7

RGB

 RED value IS 237 (92.97% from 255) = 45.32%

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

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 45.32%
G = 13.58%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ED47D7 (or 0xED47D7) is known color: Free Speech Magenta. HEX triplet: ED, 47 and D7. RGB value is (237,71,215). Sum of RGB (Red+Green+Blue) = 237+71+215=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED47D7 is #12B828. Grayscale: #888888. Windows color (decimal): -1226793 or 14108653. OLE color: 14108653.

HSL color Cylindrical-coordinate representation of color #ED47D7: hue angle of 307.95º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED47D7 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 215 -
CMYK 0 0.70 0.09 0.07
HSL 307.95º 0.82% 0.6% -
HSV(B) 307.95º 0.7% 0.93% -
XYZ 49.44 27.42 66.98 -
YUV 137.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 237 71 215 0 0.70 0.09 0.07 307.95 0.82 0.6
Hex ED 47 D7 0 46 9 7 134 52 3C
Octal 355 107 327 0 106 11 7 464 122 74
Binary 11101101 1000111 11010111 0 1000110 1001 111 100110100 1010010 111100

Color Harmonies of #ED47D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED47D7

Black with #ED47D7

Text Example


Text Example

White with #ED47D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED47D7; }

 p { color: rgb(237,71,215); }

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

background-color css

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

 a { background-color: rgb(237,71,215); }

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

border-color css

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

 span { border-color: rgb(237,71,215); }

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